Html Css Color HEX #F0DACC Dawn Pink

📋 copy color: '#F0DACC'

red 240 ◦ green 218 ◦ blue 204

#F0DACC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dawn Pink #F0DACC

Tints of Dawn Pink #F0DACC

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 value IS 0

 M value IS 0.09

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F0DACC (or 0xF0DACC) is known color: 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

RGB 240 218 204 -
CMYK 0 0.09 0.15 0.06
HSL 23.33º 0.55% 0.87% -
HSV(B) 23.33º 0.15% 0.94% -
XYZ 71.91 73.03 67.43 -
YUV 222.98 117.29 140.14 -
System Red Green Blue C M Y K H S L
Decimal 240 218 204 0 0.09 0.15 0.06 23.33 0.55 0.87
Hex F0 DA CC 0 9 F 6 17 37 57
Octal 360 332 314 0 11 17 6 27 67 127
Binary 11110000 11011010 11001100 0 1001 1111 110 10111 110111 1010111

Color Harmonies of #F0DACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DACC

Black with #F0DACC

Text Example


Text Example

White with #F0DACC

Text Example


Text Example

HTML Codes & Css Web 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>