Html Css Color HEX #FCDDAE Navajo White

📋 copy color: '#FCDDAE'

red 252 ◦ green 221 ◦ blue 174

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

Shades of Navajo White #FCDDAE

Tints of Navajo White #FCDDAE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.16%

 BLUE value IS 174 (68.36% from 255) = 26.89%

R = 38.95%
G = 34.16%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FCDDAE (or 0xFCDDAE) is known color: Navajo White. HEX triplet: FC, DD and AE. RGB value is (252,221,174). Sum of RGB (Red+Green+Blue) = 252+221+174=647 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.95% from 647); Green value is 221 (86.72% from 255 or 34.16% from 647); Blue value is 174 (68.36% from 255 or 26.89% from 647); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDDAE is #032251. Grayscale: #E1E1E1. Windows color (decimal): -205394 or 11460092. OLE color: 11460092.

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

Color convert

RGB 252 221 174 -
CMYK 0 0.12 0.31 0.01
HSL 36.15º 0.93% 0.84% -
HSV(B) 36.15º 0.31% 0.99% -
XYZ 73.64 75.46 50.73 -
YUV 224.91 99.27 147.32 -
System Red Green Blue C M Y K H S L
Decimal 252 221 174 0 0.12 0.31 0.01 36.15 0.93 0.84
Hex FC DD AE 0 C 1F 1 24 5D 54
Octal 374 335 256 0 14 37 1 44 135 124
Binary 11111100 11011101 10101110 0 1100 11111 1 100100 1011101 1010100

Color Harmonies of #FCDDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDDAE

Black with #FCDDAE

Text Example


Text Example

White with #FCDDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDDAE; }

 p { color: rgb(252,221,174); }

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

background-color css

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

 a { background-color: rgb(252,221,174); }

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

border-color css

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

 span { border-color: rgb(252,221,174); }

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