#F0D9DC

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

Shades of Pale Rose #F0D9DC

Tints of Pale Rose #F0D9DC

Color information

#F0D9DC (or 0xF0D9DC) is unknown color: approx Pale Rose. HEX triplet: F0, D9 and DC. RGB value is (240,217,220). Sum of RGB (Red+Green+Blue) = 240+217+220=677 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.45% from 677); Green value is 217 (85.16% from 255 or 32.05% from 677); Blue value is 220 (86.33% from 255 or 32.50% from 677); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D9DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D9DC is #0F2623. Grayscale: #E0E0E0. Windows color (decimal): -992804 or 14473712. OLE color: 14473712.

HSL color Cylindrical-coordinate representation of color #F0D9DC: hue angle of 352.17º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F0D9DC is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB240217220-
CMYK00.100.080.06
HSL352.17º43.4%89.61%-
HSV(B)352.17º9.58%94.12%-
XYZ73.6773.3277.98-
YUV224.22125.62139.26-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.45%
GREEN value IS 217 (85.16% from 255) = 32.05%
BLUE value IS 220 (86.33% from 255) = 32.50%
R=35.45%
G=32.05%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021722000.100.080.06352.1743.489.61
HexF0D9DC0A861602b5a
Octal36033133401210654053132
Binary1111000011011001110111000101010001101011000001010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D9DC; }

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

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

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

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

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

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

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

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