Html Css Color HEX #F0D8CB Dawn Pink

📋 copy color: '#F0D8CB'

red 240 ◦ green 216 ◦ blue 203

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

Shades of Dawn Pink #F0D8CB

Tints of Dawn Pink #F0D8CB

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.8%

R = 36.42%
G = 32.78%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

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

RGB 240 216 203 -
CMYK 0 0.1 0.15 0.06
HSL 21.08º 0.55% 0.87% -
HSV(B) 21.08º 0.15% 0.94% -
XYZ 71.27 71.95 66.63 -
YUV 221.69 117.45 141.06 -
System Red Green Blue C M Y K H S L
Decimal 240 216 203 0 0.1 0.15 0.06 21.08 0.55 0.87
Hex F0 D8 CB 0 A F 6 15 37 57
Octal 360 330 313 0 12 17 6 25 67 127
Binary 11110000 11011000 11001011 0 1010 1111 110 10101 110111 1010111

Color Harmonies of #F0D8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D8CB

Black with #F0D8CB

Text Example


Text Example

White with #F0D8CB

Text Example


Text Example

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