#F0CDDC

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

Shades of Classic Rose #F0CDDC

Tints of Classic Rose #F0CDDC

Color information

#F0CDDC (or 0xF0CDDC) is unknown color: approx Classic Rose. HEX triplet: F0, CD and DC. RGB value is (240,205,220). Sum of RGB (Red+Green+Blue) = 240+205+220=665 (88% of max value = 765). Red value is 240 (94.14% from 255 or 36.09% from 665); Green value is 205 (80.47% from 255 or 30.83% from 665); Blue value is 220 (86.33% from 255 or 33.08% from 665); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CDDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CDDC is #0F3223. Grayscale: #D9D9D9. Windows color (decimal): -995876 or 14470640. OLE color: 14470640.

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

Color convert

RGB240205220-
CMYK00.150.080.06
HSL334.29º53.85%87.25%-
HSV(B)334.29º14.58%94.12%-
XYZ70.6867.3676.99-
YUV217.18129.6144.28-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.09%
GREEN value IS 205 (80.47% from 255) = 30.83%
BLUE value IS 220 (86.33% from 255) = 33.08%
R=36.09%
G=30.83%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020522000.150.080.06334.2953.8587.25
HexF0CDDC0F8614e3657
Octal36031533401710651666127
Binary1111000011001101110111000111110001101010011101101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CDDC; }

 p { color: rgb(240,205,220); }

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

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

 a { background-color: rgb(240,205,220); }

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

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

 span { border-color: rgb(240,205,220); }

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