#FCDDAB

Color #FCDDAB Navajo White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navajo White #FCDDAB

Tints of Navajo White #FCDDAB

Color information

#FCDDAB (or 0xFCDDAB) is unknown color: approx Navajo White. HEX triplet: FC, DD and AB. RGB value is (252,221,171). Sum of RGB (Red+Green+Blue) = 252+221+171=644 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.13% from 644); Green value is 221 (86.72% from 255 or 34.32% from 644); Blue value is 171 (67.19% from 255 or 26.55% from 644); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDDAB is #032254. Grayscale: #E0E0E0. Windows color (decimal): -205397 or 11263484. OLE color: 11263484.

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

Color convert

RGB252221171-
CMYK00.120.320.01
HSL37.04º93.1%82.94%-
HSV(B)37.04º32.14%98.82%-
XYZ73.3575.3549.21-
YUV224.5797.77147.57-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.13%
GREEN value IS 221 (86.72% from 255) = 34.32%
BLUE value IS 171 (67.19% from 255) = 26.55%
R=39.13%
G=34.32%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222117100.120.320.0137.0493.182.94
HexFCDDAB0C201255d53
Octal37433525301440145135123
Binary11111100110111011010101101100100000110010110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDDAB; }

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

 H1.HeaderClassName
 {
   color: #FCDDAB;
 }
 .AnyTagClassName
 {
   color: #FCDDAB;
 }
</style>
background-color css

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

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

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

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

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

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