#F0DACC

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

Shades of Dawn Pink #F0DACC

Tints of Dawn Pink #F0DACC

Color information

#F0DACC (or 0xF0DACC) is unknown color: approx Dawn Pink. HEX triplet: F0, DA and CC. RGB value is (240,218,204). Sum of RGB (Red+Green+Blue) = 240+218+204=662 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.25% from 662); Green value is 218 (85.55% from 255 or 32.93% from 662); Blue value is 204 (80.08% from 255 or 30.82% from 662); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DACC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DACC is #0F2533. Grayscale: #DFDFDF. Windows color (decimal): -992564 or 13425392. OLE color: 13425392.

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

Color convert

RGB240218204-
CMYK00.090.150.06
HSL23.33º54.55%87.06%-
HSV(B)23.33º15%94.12%-
XYZ71.9173.0367.43-
YUV222.98117.29140.14-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.25%
GREEN value IS 218 (85.55% from 255) = 32.93%
BLUE value IS 204 (80.08% from 255) = 30.82%
R=36.25%
G=32.93%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021820400.090.150.0623.3354.5587.06
HexF0DACC09F6173757
Octal3603323140111762767127
Binary111100001101101011001100010011111110101111101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DACC; }

 p { color: rgb(240,218,204); }

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

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

 a { background-color: rgb(240,218,204); }

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

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

 span { border-color: rgb(240,218,204); }

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