#F3BBE1

Color #F3BBE1 Classic Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Classic Rose #F3BBE1

Tints of Classic Rose #F3BBE1

Color information

#F3BBE1 (or 0xF3BBE1) is unknown color: approx Classic Rose. HEX triplet: F3, BB and E1. RGB value is (243,187,225). Sum of RGB (Red+Green+Blue) = 243+187+225=655 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.10% from 655); Green value is 187 (73.44% from 255 or 28.55% from 655); Blue value is 225 (88.28% from 255 or 34.35% from 655); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BBE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BBE1 is #0C441E. Grayscale: #CFCFCF. Windows color (decimal): -803871 or 14793715. OLE color: 14793715.

HSL color Cylindrical-coordinate representation of color #F3BBE1: hue angle of 319.29º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F3BBE1 is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB243187225-
CMYK00.230.070.05
HSL319.29º70%84.31%-
HSV(B)319.29º23.05%95.29%-
XYZ68.3260.0379.22-
YUV208.08137.55152.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 243 (95.31% from 255) = 37.10%
GREEN value IS 187 (73.44% from 255) = 28.55%
BLUE value IS 225 (88.28% from 255) = 34.35%
R=37.10%
G=28.55%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318722500.230.070.05319.297084.31
HexF3BBE10177513f4654
Octal36327334102775477106124
Binary11110011101110111110000101011111110110011111110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BBE1; }

 p { color: rgb(243,187,225); }

 H1.HeaderClassName
 {
   color: #F3BBE1;
 }
 .AnyTagClassName
 {
   color: #F3BBE1;
 }
</style>
background-color css

<style>
 a { background-color: #F3BBE1; }

 a { background-color: rgb(243,187,225); }

 div.DivClassName
 {
   background-color: #F3BBE1;
 }
 .BgClassName
 {
   background-color: #F3BBE1;
 }
</style>
border-color css

<style>
 span { border-color: #F3BBE1; }

 span { border-color: rgb(243,187,225); }

 td.TdClassName
 {
   border-color: #F3BBE1;
 }
 .TagClassName
 {
   border-color: #F3BBE1;
 }
</style>