#F3CCE0

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

Shades of Classic Rose #F3CCE0

Tints of Classic Rose #F3CCE0

Color information

#F3CCE0 (or 0xF3CCE0) is unknown color: approx Classic Rose. HEX triplet: F3, CC and E0. RGB value is (243,204,224). Sum of RGB (Red+Green+Blue) = 243+204+224=671 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.21% from 671); Green value is 204 (80.08% from 255 or 30.40% from 671); Blue value is 224 (87.89% from 255 or 33.38% from 671); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CCE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CCE0 is #0C331F. Grayscale: #D9D9D9. Windows color (decimal): -799520 or 14732531. OLE color: 14732531.

HSL color Cylindrical-coordinate representation of color #F3CCE0: hue angle of 329.23º degrees, saturation: 0.62, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F3CCE0 is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB243204224-
CMYK00.160.080.05
HSL329.23º61.9%87.65%-
HSV(B)329.23º16.05%95.29%-
XYZ72.0167.6279.78-
YUV217.94131.42145.87-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.21%
GREEN value IS 204 (80.08% from 255) = 30.40%
BLUE value IS 224 (87.89% from 255) = 33.38%
R=36.21%
G=30.40%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320422400.160.080.05329.2361.987.65
HexF3CCE0010851493e58
Octal36331434002010551176130
Binary11110011110011001110000001000010001011010010011111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CCE0; }

 p { color: rgb(243,204,224); }

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

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

 a { background-color: rgb(243,204,224); }

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

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

 span { border-color: rgb(243,204,224); }

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