#F0D8DC

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

Shades of Pale Rose #F0D8DC

Tints of Pale Rose #F0D8DC

Color information

#F0D8DC (or 0xF0D8DC) is unknown color: approx Pale Rose. HEX triplet: F0, D8 and DC. RGB value is (240,216,220). Sum of RGB (Red+Green+Blue) = 240+216+220=676 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.50% from 676); Green value is 216 (84.77% from 255 or 31.95% from 676); Blue value is 220 (86.33% from 255 or 32.54% from 676); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D8DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D8DC is #0F2723. Grayscale: #DFDFDF. Windows color (decimal): -993060 or 14473456. OLE color: 14473456.

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

Color convert

RGB240216220-
CMYK00.10.080.06
HSL350º44.44%89.41%-
HSV(B)350º10%94.12%-
XYZ73.4172.877.89-
YUV223.63125.95139.67-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.50%
GREEN value IS 216 (84.77% from 255) = 31.95%
BLUE value IS 220 (86.33% from 255) = 32.54%
R=35.50%
G=31.95%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021622000.10.080.0635044.4489.41
HexF0D8DC0A8615e2c59
Octal36033033401210653654131
Binary1111000011011000110111000101010001101010111101011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D8DC; }

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

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

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

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

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

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

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

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