#F0D8DB

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

Shades of Pale Rose #F0D8DB

Tints of Pale Rose #F0D8DB

Color information

#F0D8DB (or 0xF0D8DB) is unknown color: approx Pale Rose. HEX triplet: F0, D8 and DB. RGB value is (240,216,219). Sum of RGB (Red+Green+Blue) = 240+216+219=675 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.56% from 675); Green value is 216 (84.77% from 255 or 32% from 675); Blue value is 219 (85.94% from 255 or 32.44% from 675); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D8DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D8DB is #0F2724. Grayscale: #DFDFDF. Windows color (decimal): -993061 or 14407920. OLE color: 14407920.

HSL color Cylindrical-coordinate representation of color #F0D8DB: hue angle of 352.5º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F0D8DB is Cyan = 0, Magento = 0.1, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB240216219-
CMYK00.10.090.06
HSL352.5º44.44%89.41%-
HSV(B)352.5º10%94.12%-
XYZ73.2872.7577.2-
YUV223.52125.45139.76-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.56%
GREEN value IS 216 (84.77% from 255) = 32%
BLUE value IS 219 (85.94% from 255) = 32.44%
R=35.56%
G=32%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021621900.10.090.06352.544.4489.41
HexF0D8DB0A961602c59
Octal36033033301211654054131
Binary1111000011011000110110110101010011101011000001011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D8DB; }

 p { color: rgb(240,216,219); }

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

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

 a { background-color: rgb(240,216,219); }

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

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

 span { border-color: rgb(240,216,219); }

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