#F0CED2

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

Shades of Pale Rose #F0CED2

Tints of Pale Rose #F0CED2

Color information

#F0CED2 (or 0xF0CED2) is unknown color: approx Pale Rose. HEX triplet: F0, CE and D2. RGB value is (240,206,210). Sum of RGB (Red+Green+Blue) = 240+206+210=656 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.59% from 656); Green value is 206 (80.86% from 255 or 31.40% from 656); Blue value is 210 (82.42% from 255 or 32.01% from 656); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CED2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CED2 is #0F312D. Grayscale: #D8D8D8. Windows color (decimal): -995630 or 13815536. OLE color: 13815536.

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

Color convert

RGB240206210-
CMYK00.140.120.06
HSL352.94º53.12%87.45%-
HSV(B)352.94º14.17%94.12%-
XYZ69.6467.3270.3-
YUV216.62124.26144.67-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.59%
GREEN value IS 206 (80.86% from 255) = 31.40%
BLUE value IS 210 (82.42% from 255) = 32.01%
R=36.59%
G=31.40%
B=32.01%

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
Decimal24020621000.140.120.06352.9453.1287.45
HexF0CED20EC61613557
Octal36031632201614654165127
Binary1111000011001110110100100111011001101011000011101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CED2; }

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

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

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

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

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

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

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

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