Html Css Color HEX #FCDFB1 Navajo White

📋 copy color: '#FCDFB1'

red 252 ◦ green 223 ◦ blue 177

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

Shades of Navajo White #FCDFB1

Tints of Navajo White #FCDFB1

RGB

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

 GREEN value IS 223 (87.5% from 255) = 34.2%

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

R = 38.65%
G = 34.2%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FCDFB1 (or 0xFCDFB1) is known color: Navajo White. HEX triplet: FC, DF and B1. RGB value is (252,223,177). Sum of RGB (Red+Green+Blue) = 252+223+177=652 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.65% from 652); Green value is 223 (87.5% from 255 or 34.20% from 652); Blue value is 177 (69.53% from 255 or 27.15% from 652); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDFB1 is #03204E. Grayscale: #E2E2E2. Windows color (decimal): -204879 or 11657212. OLE color: 11657212.

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

Color convert

RGB 252 223 177 -
CMYK 0 0.12 0.30 0.01
HSL 36.8º 0.93% 0.84% -
HSV(B) 36.8º 0.3% 0.99% -
XYZ 74.47 76.65 52.46 -
YUV 226.43 100.11 146.24 -
System Red Green Blue C M Y K H S L
Decimal 252 223 177 0 0.12 0.30 0.01 36.8 0.93 0.84
Hex FC DF B1 0 C 1E 1 25 5D 54
Octal 374 337 261 0 14 36 1 45 135 124
Binary 11111100 11011111 10110001 0 1100 11110 1 100101 1011101 1010100

Color Harmonies of #FCDFB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDFB1

Black with #FCDFB1

Text Example


Text Example

White with #FCDFB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDFB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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