Html Css Color HEX #FCDEB4 Navajo White

📋 copy color: '#FCDEB4'

red 252 ◦ green 222 ◦ blue 180

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

Shades of Navajo White #FCDEB4

Tints of Navajo White #FCDEB4

RGB

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

 GREEN value IS 222 (87.11% from 255) = 33.94%

 BLUE value IS 180 (70.7% from 255) = 27.52%

R = 38.53%
G = 33.94%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FCDEB4 (or 0xFCDEB4) is known color: Navajo White. HEX triplet: FC, DE and B4. RGB value is (252,222,180). Sum of RGB (Red+Green+Blue) = 252+222+180=654 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.53% from 654); Green value is 222 (87.11% from 255 or 33.94% from 654); Blue value is 180 (70.70% from 255 or 27.52% from 654); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDEB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDEB4 is #03214B. Grayscale: #E2E2E2. Windows color (decimal): -205132 or 11853564. OLE color: 11853564.

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

Color convert

RGB 252 222 180 -
CMYK 0 0.12 0.29 0.01
HSL 35º 0.92% 0.85% -
HSV(B) 35º 0.29% 0.99% -
XYZ 74.5 76.23 53.97 -
YUV 226.18 101.94 146.42 -
System Red Green Blue C M Y K H S L
Decimal 252 222 180 0 0.12 0.29 0.01 35 0.92 0.85
Hex FC DE B4 0 C 1D 1 23 5C 55
Octal 374 336 264 0 14 35 1 43 134 125
Binary 11111100 11011110 10110100 0 1100 11101 1 100011 1011100 1010101

Color Harmonies of #FCDEB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDEB4

Black with #FCDEB4

Text Example


Text Example

White with #FCDEB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDEB4; }

 p { color: rgb(252,222,180); }

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

background-color css

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

 a { background-color: rgb(252,222,180); }

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

border-color css

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

 span { border-color: rgb(252,222,180); }

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