Html Css Color HEX #FCD8AD Navajo White

📋 copy color: '#FCD8AD'

red 252 ◦ green 216 ◦ blue 173

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

Shades of Navajo White #FCD8AD

Tints of Navajo White #FCD8AD

RGB

 RED value IS 252 (98.83% from 255) = 39.31%

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

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

R = 39.31%
G = 33.7%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FCD8AD (or 0xFCD8AD) is known color: Navajo White. HEX triplet: FC, D8 and AD. RGB value is (252,216,173). Sum of RGB (Red+Green+Blue) = 252+216+173=641 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.31% from 641); Green value is 216 (84.77% from 255 or 33.70% from 641); Blue value is 173 (67.97% from 255 or 26.99% from 641); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD8AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD8AD is #032752. Grayscale: #DEDEDE. Windows color (decimal): -206675 or 11393276. OLE color: 11393276.

HSL color Cylindrical-coordinate representation of color #FCD8AD: hue angle of 32.66º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCD8AD is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 216 173 -
CMYK 0 0.14 0.31 0.01
HSL 32.66º 0.93% 0.83% -
HSV(B) 32.66º 0.31% 0.99% -
XYZ 72.24 72.82 49.78 -
YUV 221.86 100.43 149.5 -
System Red Green Blue C M Y K H S L
Decimal 252 216 173 0 0.14 0.31 0.01 32.66 0.93 0.83
Hex FC D8 AD 0 E 1F 1 21 5D 53
Octal 374 330 255 0 16 37 1 41 135 123
Binary 11111100 11011000 10101101 0 1110 11111 1 100001 1011101 1010011

Color Harmonies of #FCD8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD8AD

Black with #FCD8AD

Text Example


Text Example

White with #FCD8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD8AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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