#FDDBAB

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

Shades of Navajo White #FDDBAB

Tints of Navajo White #FDDBAB

Color information

#FDDBAB (or 0xFDDBAB) is unknown color: approx Navajo White. HEX triplet: FD, DB and AB. RGB value is (253,219,171). Sum of RGB (Red+Green+Blue) = 253+219+171=643 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.35% from 643); Green value is 219 (85.94% from 255 or 34.06% from 643); Blue value is 171 (67.19% from 255 or 26.59% from 643); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDBAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDBAB is #022454. Grayscale: #DFDFDF. Windows color (decimal): -140373 or 11262973. OLE color: 11262973.

HSL color Cylindrical-coordinate representation of color #FDDBAB: hue angle of 35.12º degrees, saturation: 0.95, 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 #FDDBAB is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB253219171-
CMYK00.130.320.01
HSL35.12º95.35%83.14%-
HSV(B)35.12º32.41%99.22%-
XYZ73.1974.4949.05-
YUV223.6998.26148.9-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.35%
GREEN value IS 219 (85.94% from 255) = 34.06%
BLUE value IS 171 (67.19% from 255) = 26.59%
R=39.35%
G=34.06%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321917100.130.320.0135.1295.3583.14
HexFDDBAB0D201235f53
Octal37533325301540143137123
Binary11111101110110111010101101101100000110001110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDBAB; }

 p { color: rgb(253,219,171); }

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

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

 a { background-color: rgb(253,219,171); }

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

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

 span { border-color: rgb(253,219,171); }

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