Html Css Color HEX #FCD9AD Navajo White

📋 copy color: '#FCD9AD'

red 252 ◦ green 217 ◦ blue 173

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

Shades of Navajo White #FCD9AD

Tints of Navajo White #FCD9AD

RGB

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

 GREEN value IS 217 (85.16% from 255) = 33.8%

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

R = 39.25%
G = 33.8%
B = 26.95%

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

#FCD9AD (or 0xFCD9AD) is known color: Navajo White. HEX triplet: FC, D9 and AD. RGB value is (252,217,173). Sum of RGB (Red+Green+Blue) = 252+217+173=642 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.25% from 642); Green value is 217 (85.16% from 255 or 33.80% from 642); Blue value is 173 (67.97% from 255 or 26.95% from 642); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD9AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD9AD is #032652. Grayscale: #DEDEDE. Windows color (decimal): -206419 or 11393532. OLE color: 11393532.

HSL color Cylindrical-coordinate representation of color #FCD9AD: hue angle of 33.42º 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 #FCD9AD is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 217 173 -
CMYK 0 0.14 0.31 0.01
HSL 33.42º 0.93% 0.83% -
HSV(B) 33.42º 0.31% 0.99% -
XYZ 72.5 73.34 49.87 -
YUV 222.45 100.1 149.08 -
System Red Green Blue C M Y K H S L
Decimal 252 217 173 0 0.14 0.31 0.01 33.42 0.93 0.83
Hex FC D9 AD 0 E 1F 1 21 5D 53
Octal 374 331 255 0 16 37 1 41 135 123
Binary 11111100 11011001 10101101 0 1110 11111 1 100001 1011101 1010011

Color Harmonies of #FCD9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD9AD

Black with #FCD9AD

Text Example


Text Example

White with #FCD9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD9AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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