#F0CFDD

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

Shades of Classic Rose #F0CFDD

Tints of Classic Rose #F0CFDD

Color information

#F0CFDD (or 0xF0CFDD) is unknown color: approx Classic Rose. HEX triplet: F0, CF and DD. RGB value is (240,207,221). Sum of RGB (Red+Green+Blue) = 240+207+221=668 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.93% from 668); Green value is 207 (81.25% from 255 or 30.99% from 668); Blue value is 221 (86.72% from 255 or 33.08% from 668); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CFDD is #0F3022. Grayscale: #DADADA. Windows color (decimal): -995363 or 14536688. OLE color: 14536688.

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

Color convert

RGB240207221-
CMYK00.140.080.06
HSL334.55º52.38%87.65%-
HSV(B)334.55º13.75%94.12%-
XYZ71.368.3777.85-
YUV218.46129.43143.36-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.93%
GREEN value IS 207 (81.25% from 255) = 30.99%
BLUE value IS 221 (86.72% from 255) = 33.08%
R=35.93%
G=30.99%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020722100.140.080.06334.5552.3887.65
HexF0CFDD0E8614f3458
Octal36031733501610651764130
Binary1111000011001111110111010111010001101010011111101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CFDD; }

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

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

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

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

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

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

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

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