Html Css Color HEX #F8D7AD Navajo White

📋 copy color: '#F8D7AD'

red 248 ◦ green 215 ◦ blue 173

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

Shades of Navajo White #F8D7AD

Tints of Navajo White #F8D7AD

RGB

 RED value IS 248 (97.27% from 255) = 38.99%

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

 BLUE value IS 173 (67.97% from 255) = 27.2%

R = 38.99%
G = 33.81%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#F8D7AD (or 0xF8D7AD) is known color: Navajo White. HEX triplet: F8, D7 and AD. RGB value is (248,215,173). Sum of RGB (Red+Green+Blue) = 248+215+173=636 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.99% from 636); Green value is 215 (84.38% from 255 or 33.81% from 636); Blue value is 173 (67.97% from 255 or 27.20% from 636); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D7AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D7AD is #072852. Grayscale: #DCDCDC. Windows color (decimal): -469075 or 11393016. OLE color: 11393016.

HSL color Cylindrical-coordinate representation of color #F8D7AD: hue angle of 33.6º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F8D7AD is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 215 173 -
CMYK 0 0.13 0.30 0.03
HSL 33.6º 0.84% 0.83% -
HSV(B) 33.6º 0.3% 0.97% -
XYZ 70.55 71.57 49.63 -
YUV 220.08 101.43 147.92 -
System Red Green Blue C M Y K H S L
Decimal 248 215 173 0 0.13 0.30 0.03 33.6 0.84 0.83
Hex F8 D7 AD 0 D 1E 3 22 54 53
Octal 370 327 255 0 15 36 3 42 124 123
Binary 11111000 11010111 10101101 0 1101 11110 11 100010 1010100 1010011

Color Harmonies of #F8D7AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D7AD

Black with #F8D7AD

Text Example


Text Example

White with #F8D7AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D7AD; }

 p { color: rgb(248,215,173); }

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

background-color css

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

 a { background-color: rgb(248,215,173); }

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

border-color css

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

 span { border-color: rgb(248,215,173); }

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