Html Css Color HEX #FDDBA8 Navajo White

📋 copy color: '#FDDBA8'

red 253 ◦ green 219 ◦ blue 168

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

Shades of Navajo White #FDDBA8

Tints of Navajo White #FDDBA8

RGB

 RED value IS 253 (99.22% from 255) = 39.53%

 GREEN value IS 219 (85.94% from 255) = 34.22%

 BLUE value IS 168 (66.02% from 255) = 26.25%

R = 39.53%
G = 34.22%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FDDBA8 (or 0xFDDBA8) is known color: Navajo White. HEX triplet: FD, DB and A8. RGB value is (253,219,168). Sum of RGB (Red+Green+Blue) = 253+219+168=640 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.53% from 640); Green value is 219 (85.94% from 255 or 34.22% from 640); Blue value is 168 (66.02% from 255 or 26.25% from 640); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDBA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDBA8 is #022457. Grayscale: #DFDFDF. Windows color (decimal): -140376 or 11066365. OLE color: 11066365.

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

Color convert

RGB 253 219 168 -
CMYK 0 0.13 0.34 0.01
HSL 36º 0.96% 0.83% -
HSV(B) 36º 0.34% 0.99% -
XYZ 72.91 74.37 47.56 -
YUV 223.35 96.76 149.15 -
System Red Green Blue C M Y K H S L
Decimal 253 219 168 0 0.13 0.34 0.01 36 0.96 0.83
Hex FD DB A8 0 D 22 1 24 60 53
Octal 375 333 250 0 15 42 1 44 140 123
Binary 11111101 11011011 10101000 0 1101 100010 1 100100 1100000 1010011

Color Harmonies of #FDDBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDBA8

Black with #FDDBA8

Text Example


Text Example

White with #FDDBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDBA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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