#F0CFDC

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

Shades of Classic Rose #F0CFDC

Tints of Classic Rose #F0CFDC

Color information

#F0CFDC (or 0xF0CFDC) is unknown color: approx Classic Rose. HEX triplet: F0, CF and DC. RGB value is (240,207,220). Sum of RGB (Red+Green+Blue) = 240+207+220=667 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.98% from 667); Green value is 207 (81.25% from 255 or 31.03% from 667); Blue value is 220 (86.33% from 255 or 32.98% from 667); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CFDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CFDC is #0F3023. Grayscale: #DADADA. Windows color (decimal): -995364 or 14471152. OLE color: 14471152.

HSL color Cylindrical-coordinate representation of color #F0CFDC: hue angle of 336.36º 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 #F0CFDC is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB240207220-
CMYK00.140.080.06
HSL336.36º52.38%87.65%-
HSV(B)336.36º13.75%94.12%-
XYZ71.1768.3277.15-
YUV218.35128.93143.44-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.98%
GREEN value IS 207 (81.25% from 255) = 31.03%
BLUE value IS 220 (86.33% from 255) = 32.98%
R=35.98%
G=31.03%
B=32.98%

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
Decimal24020722000.140.080.06336.3652.3887.65
HexF0CFDC0E861503458
Octal36031733401610652064130
Binary1111000011001111110111000111010001101010100001101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CFDC; }

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

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

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

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

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

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

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

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