#F0D9CB

Color #F0D9CB Dawn Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dawn Pink #F0D9CB

Tints of Dawn Pink #F0D9CB

Color information

#F0D9CB (or 0xF0D9CB) is unknown color: approx Dawn Pink. HEX triplet: F0, D9 and CB. RGB value is (240,217,203). Sum of RGB (Red+Green+Blue) = 240+217+203=660 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.36% from 660); Green value is 217 (85.16% from 255 or 32.88% from 660); Blue value is 203 (79.69% from 255 or 30.76% from 660); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D9CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D9CB is #0F2634. Grayscale: #DEDEDE. Windows color (decimal): -992821 or 13359600. OLE color: 13359600.

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

Color convert

RGB240217203-
CMYK00.100.150.06
HSL22.7º55.22%86.86%-
HSV(B)22.7º15.42%94.12%-
XYZ71.5372.4666.72-
YUV222.28117.12140.64-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.36%
GREEN value IS 217 (85.16% from 255) = 32.88%
BLUE value IS 203 (79.69% from 255) = 30.76%
R=36.36%
G=32.88%
B=30.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021720300.100.150.0622.755.2286.86
HexF0D9CB0AF6173757
Octal3603313130121762767127
Binary111100001101100111001011010101111110101111101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D9CB; }

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

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

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

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

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

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

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

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