Html Css Color HEX #FCD9AC Navajo White

📋 copy color: '#FCD9AC'

red 252 ◦ green 217 ◦ blue 172

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

Shades of Navajo White #FCD9AC

Tints of Navajo White #FCD9AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 26.83%

R = 39.31%
G = 33.85%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FCD9AC (or 0xFCD9AC) is known color: Navajo White. HEX triplet: FC, D9 and AC. RGB value is (252,217,172). Sum of RGB (Red+Green+Blue) = 252+217+172=641 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.31% from 641); Green value is 217 (85.16% from 255 or 33.85% from 641); Blue value is 172 (67.58% from 255 or 26.83% from 641); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD9AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD9AC is #032653. Grayscale: #DEDEDE. Windows color (decimal): -206420 or 11327996. OLE color: 11327996.

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

Color convert

RGB 252 217 172 -
CMYK 0 0.14 0.32 0.01
HSL 33.75º 0.93% 0.83% -
HSV(B) 33.75º 0.32% 0.99% -
XYZ 72.4 73.3 49.36 -
YUV 222.34 99.6 149.16 -
System Red Green Blue C M Y K H S L
Decimal 252 217 172 0 0.14 0.32 0.01 33.75 0.93 0.83
Hex FC D9 AC 0 E 20 1 22 5D 53
Octal 374 331 254 0 16 40 1 42 135 123
Binary 11111100 11011001 10101100 0 1110 100000 1 100010 1011101 1010011

Color Harmonies of #FCD9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD9AC

Black with #FCD9AC

Text Example


Text Example

White with #FCD9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD9AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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