#F0CED3

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

Shades of Pale Rose #F0CED3

Tints of Pale Rose #F0CED3

Color information

#F0CED3 (or 0xF0CED3) is unknown color: approx Pale Rose. HEX triplet: F0, CE and D3. RGB value is (240,206,211). Sum of RGB (Red+Green+Blue) = 240+206+211=657 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.53% from 657); Green value is 206 (80.86% from 255 or 31.35% from 657); Blue value is 211 (82.81% from 255 or 32.12% from 657); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CED3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CED3 is #0F312C. Grayscale: #D8D8D8. Windows color (decimal): -995629 or 13881072. OLE color: 13881072.

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

Color convert

RGB240206211-
CMYK00.140.120.06
HSL351.18º53.12%87.45%-
HSV(B)351.18º14.17%94.12%-
XYZ69.7667.3770.95-
YUV216.74124.76144.59-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.53%
GREEN value IS 206 (80.86% from 255) = 31.35%
BLUE value IS 211 (82.81% from 255) = 32.12%
R=36.53%
G=31.35%
B=32.12%

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
Decimal24020621100.140.120.06351.1853.1287.45
HexF0CED30EC615f3557
Octal36031632301614653765127
Binary1111000011001110110100110111011001101010111111101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CED3; }

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

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

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

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

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

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

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

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