#F0CFD5

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

Shades of Pale Rose #F0CFD5

Tints of Pale Rose #F0CFD5

Color information

#F0CFD5 (or 0xF0CFD5) is unknown color: approx Pale Rose. HEX triplet: F0, CF and D5. RGB value is (240,207,213). Sum of RGB (Red+Green+Blue) = 240+207+213=660 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.36% from 660); Green value is 207 (81.25% from 255 or 31.36% from 660); Blue value is 213 (83.59% from 255 or 32.27% from 660); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CFD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CFD5 is #0F302A. Grayscale: #D9D9D9. Windows color (decimal): -995371 or 14012400. OLE color: 14012400.

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

Color convert

RGB240207213-
CMYK00.140.110.06
HSL349.09º52.38%87.65%-
HSV(B)349.09º13.75%94.12%-
XYZ70.2667.9672.36-
YUV217.55125.43144.01-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.36%
GREEN value IS 207 (81.25% from 255) = 31.36%
BLUE value IS 213 (83.59% from 255) = 32.27%
R=36.36%
G=31.36%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020721300.140.110.06349.0952.3887.65
HexF0CFD50EB615d3458
Octal36031732501613653564130
Binary1111000011001111110101010111010111101010111011101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CFD5; }

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

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

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

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

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

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

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

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