#F0C8DD

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

Shades of Classic Rose #F0C8DD

Tints of Classic Rose #F0C8DD

Color information

#F0C8DD (or 0xF0C8DD) is unknown color: approx Classic Rose. HEX triplet: F0, C8 and DD. RGB value is (240,200,221). Sum of RGB (Red+Green+Blue) = 240+200+221=661 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.31% from 661); Green value is 200 (78.52% from 255 or 30.26% from 661); Blue value is 221 (86.72% from 255 or 33.43% from 661); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C8DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C8DD is #0F3722. Grayscale: #D6D6D6. Windows color (decimal): -997155 or 14534896. OLE color: 14534896.

HSL color Cylindrical-coordinate representation of color #F0C8DD: hue angle of 328.5º degrees, saturation: 0.57, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F0C8DD is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB240200221-
CMYK00.170.080.06
HSL328.5º57.14%86.27%-
HSV(B)328.5º16.67%94.12%-
XYZ69.6465.0577.29-
YUV214.35131.75146.29-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.31%
GREEN value IS 200 (78.52% from 255) = 30.26%
BLUE value IS 221 (86.72% from 255) = 33.43%
R=36.31%
G=30.26%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020022100.170.080.06328.557.1486.27
HexF0C8DD011861483956
Octal36031033502110651071126
Binary11110000110010001101110101000110001101010010001110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C8DD; }

 p { color: rgb(240,200,221); }

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

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

 a { background-color: rgb(240,200,221); }

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

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

 span { border-color: rgb(240,200,221); }

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