Html Css Color HEX #FFD6AB Navajo White

📋 copy color: '#FFD6AB'

red 255 ◦ green 214 ◦ blue 171

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

Shades of Navajo White #FFD6AB

Tints of Navajo White #FFD6AB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 33.44%

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

R = 39.84%
G = 33.44%
B = 26.72%

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

#FFD6AB (or 0xFFD6AB) is known color: Navajo White. HEX triplet: FF, D6 and AB. RGB value is (255,214,171). Sum of RGB (Red+Green+Blue) = 255+214+171=640 (84% of max value = 765). Red value is 255 (100% from 255 or 39.84% from 640); Green value is 214 (83.98% from 255 or 33.44% from 640); Blue value is 171 (67.19% from 255 or 26.72% from 640); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD6AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD6AB is #002954. Grayscale: #DDDDDD. Windows color (decimal): -10581 or 11261695. OLE color: 11261695.

HSL color Cylindrical-coordinate representation of color #FFD6AB: hue angle of 30.71º 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 #FFD6AB is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB 255 214 171 -
CMYK 0 0.16 0.33 0
HSL 30.71º 1% 0.84% -
HSV(B) 30.71º 0.33% 1% -
XYZ 72.64 72.29 48.65 -
YUV 221.36 99.58 152 -
System Red Green Blue C M Y K H S L
Decimal 255 214 171 0 0.16 0.33 0 30.71 1 0.84
Hex FF D6 AB 0 10 21 0 1F 64 54
Octal 377 326 253 0 20 41 0 37 144 124
Binary 11111111 11010110 10101011 0 10000 100001 0 11111 1100100 1010100

Color Harmonies of #FFD6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD6AB

Black with #FFD6AB

Text Example


Text Example

White with #FFD6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD6AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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