#F0CFD2

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

Shades of Pale Rose #F0CFD2

Tints of Pale Rose #F0CFD2

Color information

#F0CFD2 (or 0xF0CFD2) is unknown color: approx Pale Rose. HEX triplet: F0, CF and D2. RGB value is (240,207,210). Sum of RGB (Red+Green+Blue) = 240+207+210=657 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.53% from 657); Green value is 207 (81.25% from 255 or 31.51% from 657); Blue value is 210 (82.42% from 255 or 31.96% from 657); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CFD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CFD2 is #0F302D. Grayscale: #D9D9D9. Windows color (decimal): -995374 or 13815792. OLE color: 13815792.

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

Color convert

RGB240207210-
CMYK00.140.120.06
HSL354.55º52.38%87.65%-
HSV(B)354.55º13.75%94.12%-
XYZ69.8867.870.38-
YUV217.21123.93144.26-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.53%
GREEN value IS 207 (81.25% from 255) = 31.51%
BLUE value IS 210 (82.42% from 255) = 31.96%
R=36.53%
G=31.51%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020721000.140.120.06354.5552.3887.65
HexF0CFD20EC61633458
Octal36031732201614654364130
Binary1111000011001111110100100111011001101011000111101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CFD2; }

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

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

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

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

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

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

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

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