Html Css Color HEX #FCDCB1 Navajo White

📋 copy color: '#FCDCB1'

red 252 ◦ green 220 ◦ blue 177

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

Shades of Navajo White #FCDCB1

Tints of Navajo White #FCDCB1

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.9%

 BLUE value IS 177 (69.53% from 255) = 27.27%

R = 38.83%
G = 33.9%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FCDCB1 (or 0xFCDCB1) is known color: Navajo White. HEX triplet: FC, DC and B1. RGB value is (252,220,177). Sum of RGB (Red+Green+Blue) = 252+220+177=649 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.83% from 649); Green value is 220 (86.33% from 255 or 33.90% from 649); Blue value is 177 (69.53% from 255 or 27.27% from 649); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDCB1 is #03234E. Grayscale: #E0E0E0. Windows color (decimal): -205647 or 11656444. OLE color: 11656444.

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

Color convert

RGB 252 220 177 -
CMYK 0 0.13 0.30 0.01
HSL 34.4º 0.93% 0.84% -
HSV(B) 34.4º 0.3% 0.99% -
XYZ 73.67 75.06 52.2 -
YUV 224.67 101.1 147.5 -
System Red Green Blue C M Y K H S L
Decimal 252 220 177 0 0.13 0.30 0.01 34.4 0.93 0.84
Hex FC DC B1 0 D 1E 1 22 5D 54
Octal 374 334 261 0 15 36 1 42 135 124
Binary 11111100 11011100 10110001 0 1101 11110 1 100010 1011101 1010100

Color Harmonies of #FCDCB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDCB1

Black with #FCDCB1

Text Example


Text Example

White with #FCDCB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDCB1; }

 p { color: rgb(252,220,177); }

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

background-color css

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

 a { background-color: rgb(252,220,177); }

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

border-color css

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

 span { border-color: rgb(252,220,177); }

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