Html Css Color HEX #FCDDB2 Navajo White

📋 copy color: '#FCDDB2'

red 252 ◦ green 221 ◦ blue 178

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

Shades of Navajo White #FCDDB2

Tints of Navajo White #FCDDB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 27.34%

R = 38.71%
G = 33.95%
B = 27.34%

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

#FCDDB2 (or 0xFCDDB2) is known color: Navajo White. HEX triplet: FC, DD and B2. RGB value is (252,221,178). Sum of RGB (Red+Green+Blue) = 252+221+178=651 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.71% from 651); Green value is 221 (86.72% from 255 or 33.95% from 651); Blue value is 178 (69.92% from 255 or 27.34% from 651); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDDB2 is #03224D. Grayscale: #E1E1E1. Windows color (decimal): -205390 or 11722236. OLE color: 11722236.

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

Color convert

RGB 252 221 178 -
CMYK 0 0.12 0.29 0.01
HSL 34.86º 0.93% 0.84% -
HSV(B) 34.86º 0.29% 0.99% -
XYZ 74.04 75.62 52.81 -
YUV 225.37 101.27 147 -
System Red Green Blue C M Y K H S L
Decimal 252 221 178 0 0.12 0.29 0.01 34.86 0.93 0.84
Hex FC DD B2 0 C 1D 1 23 5C 54
Octal 374 335 262 0 14 35 1 43 134 124
Binary 11111100 11011101 10110010 0 1100 11101 1 100011 1011100 1010100

Color Harmonies of #FCDDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDDB2

Black with #FCDDB2

Text Example


Text Example

White with #FCDDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDDB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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