#F0D8CB

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

Shades of Dawn Pink #F0D8CB

Tints of Dawn Pink #F0D8CB

Color information

#F0D8CB (or 0xF0D8CB) is unknown color: approx Dawn Pink. HEX triplet: F0, D8 and CB. RGB value is (240,216,203). Sum of RGB (Red+Green+Blue) = 240+216+203=659 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.42% from 659); Green value is 216 (84.77% from 255 or 32.78% from 659); Blue value is 203 (79.69% from 255 or 30.80% from 659); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D8CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D8CB is #0F2734. Grayscale: #DDDDDD. Windows color (decimal): -993077 or 13359344. OLE color: 13359344.

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

Color convert

RGB240216203-
CMYK00.10.150.06
HSL21.08º55.22%86.86%-
HSV(B)21.08º15.42%94.12%-
XYZ71.2771.9566.63-
YUV221.69117.45141.06-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.42%
GREEN value IS 216 (84.77% from 255) = 32.78%
BLUE value IS 203 (79.69% from 255) = 30.80%
R=36.42%
G=32.78%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021620300.10.150.0621.0855.2286.86
HexF0D8CB0AF6153757
Octal3603303130121762567127
Binary111100001101100011001011010101111110101011101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D8CB; }

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

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

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

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

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

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

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

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