Html Css Color HEX #FFD5AB Navajo White

📋 copy color: '#FFD5AB'

red 255 ◦ green 213 ◦ blue 171

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

Shades of Navajo White #FFD5AB

Tints of Navajo White #FFD5AB

RGB

 RED value IS 255 (100% from 255) = 39.91%

 GREEN value IS 213 (83.59% from 255) = 33.33%

 BLUE value IS 171 (67.19% from 255) = 26.76%

R = 39.91%
G = 33.33%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FFD5AB (or 0xFFD5AB) is known color: Navajo White. HEX triplet: FF, D5 and AB. RGB value is (255,213,171). Sum of RGB (Red+Green+Blue) = 255+213+171=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 213 (83.59% from 255 or 33.33% from 639); Blue value is 171 (67.19% from 255 or 26.76% from 639); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD5AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD5AB is #002A54. Grayscale: #DCDCDC. Windows color (decimal): -10837 or 11261439. OLE color: 11261439.

HSL color Cylindrical-coordinate representation of color #FFD5AB: hue angle of 30º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFD5AB is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB 255 213 171 -
CMYK 0 0.16 0.33 0
HSL 30º 1% 0.84% -
HSV(B) 30º 0.33% 1% -
XYZ 72.38 71.79 48.57 -
YUV 220.77 99.91 152.42 -
System Red Green Blue C M Y K H S L
Decimal 255 213 171 0 0.16 0.33 0 30 1 0.84
Hex FF D5 AB 0 10 21 0 1E 64 54
Octal 377 325 253 0 20 41 0 36 144 124
Binary 11111111 11010101 10101011 0 10000 100001 0 11110 1100100 1010100

Color Harmonies of #FFD5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD5AB

Black with #FFD5AB

Text Example


Text Example

White with #FFD5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD5AB; }

 p { color: rgb(255,213,171); }

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

background-color css

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

 a { background-color: rgb(255,213,171); }

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

border-color css

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

 span { border-color: rgb(255,213,171); }

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