Html Css Color HEX #F0D7CA Dawn Pink

📋 copy color: '#F0D7CA'

red 240 ◦ green 215 ◦ blue 202

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

Shades of Dawn Pink #F0D7CA

Tints of Dawn Pink #F0D7CA

RGB

 RED value IS 240 (94.14% from 255) = 36.53%

 GREEN value IS 215 (84.38% from 255) = 32.72%

 BLUE value IS 202 (79.3% from 255) = 30.75%

R = 36.53%
G = 32.72%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#F0D7CA (or 0xF0D7CA) is known color: Dawn Pink. HEX triplet: F0, D7 and CA. RGB value is (240,215,202). Sum of RGB (Red+Green+Blue) = 240+215+202=657 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.53% from 657); Green value is 215 (84.38% from 255 or 32.72% from 657); Blue value is 202 (79.30% from 255 or 30.75% from 657); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D7CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D7CA is #0F2835. Grayscale: #DDDDDD. Windows color (decimal): -993334 or 13293552. OLE color: 13293552.

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

Color convert

RGB 240 215 202 -
CMYK 0 0.10 0.16 0.06
HSL 20.53º 0.56% 0.87% -
HSV(B) 20.53º 0.16% 0.94% -
XYZ 70.9 71.39 65.92 -
YUV 220.99 117.28 141.56 -
System Red Green Blue C M Y K H S L
Decimal 240 215 202 0 0.10 0.16 0.06 20.53 0.56 0.87
Hex F0 D7 CA 0 A 10 6 15 38 57
Octal 360 327 312 0 12 20 6 25 70 127
Binary 11110000 11010111 11001010 0 1010 10000 110 10101 111000 1010111

Color Harmonies of #F0D7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D7CA

Black with #F0D7CA

Text Example


Text Example

White with #F0D7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D7CA; }

 p { color: rgb(240,215,202); }

 H1.HeaderClassName
 {
   color: #F0D7CA;
 }
 .AnyTagClassName
 {
   color: #F0D7CA;
 }
</style>

background-color css

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

 a { background-color: rgb(240,215,202); }

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

border-color css

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

 span { border-color: rgb(240,215,202); }

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