#F0CFDF

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

Shades of Classic Rose #F0CFDF

Tints of Classic Rose #F0CFDF

Color information

#F0CFDF (or 0xF0CFDF) is unknown color: approx Classic Rose. HEX triplet: F0, CF and DF. RGB value is (240,207,223). Sum of RGB (Red+Green+Blue) = 240+207+223=670 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.82% from 670); Green value is 207 (81.25% from 255 or 30.90% from 670); Blue value is 223 (87.5% from 255 or 33.28% from 670); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CFDF is #0F3020. Grayscale: #DADADA. Windows color (decimal): -995361 or 14667760. OLE color: 14667760.

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

Color convert

RGB240207223-
CMYK00.140.070.06
HSL330.91º52.38%87.65%-
HSV(B)330.91º13.75%94.12%-
XYZ71.5768.4879.26-
YUV218.69130.43143.2-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.82%
GREEN value IS 207 (81.25% from 255) = 30.90%
BLUE value IS 223 (87.5% from 255) = 33.28%
R=35.82%
G=30.90%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020722300.140.070.06330.9152.3887.65
HexF0CFDF0E7614b3458
Octal3603173370167651364130
Binary111100001100111111011111011101111101010010111101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CFDF; }

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

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

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

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

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

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

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

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