Html Css Color HEX #FCDDB1 Navajo White

📋 copy color: '#FCDDB1'

red 252 ◦ green 221 ◦ blue 177

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

Shades of Navajo White #FCDDB1

Tints of Navajo White #FCDDB1

RGB

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

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

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

R = 38.77%
G = 34%
B = 27.23%

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

#FCDDB1 (or 0xFCDDB1) is known color: Navajo White. HEX triplet: FC, DD and B1. RGB value is (252,221,177). Sum of RGB (Red+Green+Blue) = 252+221+177=650 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.77% from 650); Green value is 221 (86.72% from 255 or 34% from 650); Blue value is 177 (69.53% from 255 or 27.23% from 650); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDDB1 is #03224E. Grayscale: #E1E1E1. Windows color (decimal): -205391 or 11656700. OLE color: 11656700.

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

Color convert

RGB 252 221 177 -
CMYK 0 0.12 0.30 0.01
HSL 35.2º 0.93% 0.84% -
HSV(B) 35.2º 0.3% 0.99% -
XYZ 73.94 75.58 52.29 -
YUV 225.25 100.77 147.08 -
System Red Green Blue C M Y K H S L
Decimal 252 221 177 0 0.12 0.30 0.01 35.2 0.93 0.84
Hex FC DD B1 0 C 1E 1 23 5D 54
Octal 374 335 261 0 14 36 1 43 135 124
Binary 11111100 11011101 10110001 0 1100 11110 1 100011 1011101 1010100

Color Harmonies of #FCDDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDDB1

Black with #FCDDB1

Text Example


Text Example

White with #FCDDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDDB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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