Html Css Color HEX #FCD7AD Navajo White

📋 copy color: '#FCD7AD'

red 252 ◦ green 215 ◦ blue 173

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

Shades of Navajo White #FCD7AD

Tints of Navajo White #FCD7AD

RGB

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

 GREEN value IS 215 (84.38% from 255) = 33.59%

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

R = 39.38%
G = 33.59%
B = 27.03%

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

#FCD7AD (or 0xFCD7AD) is known color: Navajo White. HEX triplet: FC, D7 and AD. RGB value is (252,215,173). Sum of RGB (Red+Green+Blue) = 252+215+173=640 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.38% from 640); Green value is 215 (84.38% from 255 or 33.59% from 640); Blue value is 173 (67.97% from 255 or 27.03% from 640); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD7AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD7AD is #032852. Grayscale: #DDDDDD. Windows color (decimal): -206931 or 11393020. OLE color: 11393020.

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

Color convert

RGB 252 215 173 -
CMYK 0 0.15 0.31 0.01
HSL 31.9º 0.93% 0.83% -
HSV(B) 31.9º 0.31% 0.99% -
XYZ 71.99 72.31 49.7 -
YUV 221.28 100.76 149.92 -
System Red Green Blue C M Y K H S L
Decimal 252 215 173 0 0.15 0.31 0.01 31.9 0.93 0.83
Hex FC D7 AD 0 F 1F 1 20 5D 53
Octal 374 327 255 0 17 37 1 40 135 123
Binary 11111100 11010111 10101101 0 1111 11111 1 100000 1011101 1010011

Color Harmonies of #FCD7AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD7AD

Black with #FCD7AD

Text Example


Text Example

White with #FCD7AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD7AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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