Html Css Color HEX #FCD6AD Navajo White

📋 copy color: '#FCD6AD'

red 252 ◦ green 214 ◦ blue 173

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

Shades of Navajo White #FCD6AD

Tints of Navajo White #FCD6AD

RGB

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

 GREEN value IS 214 (83.98% from 255) = 33.49%

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

R = 39.44%
G = 33.49%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FCD6AD (or 0xFCD6AD) is known color: Navajo White. HEX triplet: FC, D6 and AD. RGB value is (252,214,173). Sum of RGB (Red+Green+Blue) = 252+214+173=639 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.44% from 639); Green value is 214 (83.98% from 255 or 33.49% from 639); Blue value is 173 (67.97% from 255 or 27.07% from 639); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD6AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD6AD is #032952. Grayscale: #DCDCDC. Windows color (decimal): -207187 or 11392764. OLE color: 11392764.

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

Color convert

RGB 252 214 173 -
CMYK 0 0.15 0.31 0.01
HSL 31.14º 0.93% 0.83% -
HSV(B) 31.14º 0.31% 0.99% -
XYZ 71.73 71.81 49.61 -
YUV 220.69 101.09 150.33 -
System Red Green Blue C M Y K H S L
Decimal 252 214 173 0 0.15 0.31 0.01 31.14 0.93 0.83
Hex FC D6 AD 0 F 1F 1 1F 5D 53
Octal 374 326 255 0 17 37 1 37 135 123
Binary 11111100 11010110 10101101 0 1111 11111 1 11111 1011101 1010011

Color Harmonies of #FCD6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD6AD

Black with #FCD6AD

Text Example


Text Example

White with #FCD6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD6AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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