Html Css Color HEX #F8D8AD Navajo White

📋 copy color: '#F8D8AD'

red 248 ◦ green 216 ◦ blue 173

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

Shades of Navajo White #F8D8AD

Tints of Navajo White #F8D8AD

RGB

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

 GREEN value IS 216 (84.77% from 255) = 33.91%

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

R = 38.93%
G = 33.91%
B = 27.16%

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

#F8D8AD (or 0xF8D8AD) is known color: Navajo White. HEX triplet: F8, D8 and AD. RGB value is (248,216,173). Sum of RGB (Red+Green+Blue) = 248+216+173=637 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.93% from 637); Green value is 216 (84.77% from 255 or 33.91% from 637); Blue value is 173 (67.97% from 255 or 27.16% from 637); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D8AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D8AD is #072752. Grayscale: #DCDCDC. Windows color (decimal): -468819 or 11393272. OLE color: 11393272.

HSL color Cylindrical-coordinate representation of color #F8D8AD: hue angle of 34.4º 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 #F8D8AD is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 216 173 -
CMYK 0 0.13 0.30 0.03
HSL 34.4º 0.84% 0.83% -
HSV(B) 34.4º 0.3% 0.97% -
XYZ 70.81 72.09 49.72 -
YUV 220.67 101.1 147.5 -
System Red Green Blue C M Y K H S L
Decimal 248 216 173 0 0.13 0.30 0.03 34.4 0.84 0.83
Hex F8 D8 AD 0 D 1E 3 22 54 53
Octal 370 330 255 0 15 36 3 42 124 123
Binary 11111000 11011000 10101101 0 1101 11110 11 100010 1010100 1010011

Color Harmonies of #F8D8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D8AD

Black with #F8D8AD

Text Example


Text Example

White with #F8D8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D8AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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