Html Css Color HEX #FDDBA9 Navajo White

📋 copy color: '#FDDBA9'

red 253 ◦ green 219 ◦ blue 169

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

Shades of Navajo White #FDDBA9

Tints of Navajo White #FDDBA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 26.37%

R = 39.47%
G = 34.17%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FDDBA9 (or 0xFDDBA9) is known color: Navajo White. HEX triplet: FD, DB and A9. RGB value is (253,219,169). Sum of RGB (Red+Green+Blue) = 253+219+169=641 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.47% from 641); Green value is 219 (85.94% from 255 or 34.17% from 641); Blue value is 169 (66.41% from 255 or 26.37% from 641); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDBA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDBA9 is #022456. Grayscale: #DFDFDF. Windows color (decimal): -140375 or 11131901. OLE color: 11131901.

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

Color convert

RGB 253 219 169 -
CMYK 0 0.13 0.33 0.01
HSL 35.71º 0.95% 0.83% -
HSV(B) 35.71º 0.33% 0.99% -
XYZ 73 74.41 48.05 -
YUV 223.47 97.26 149.07 -
System Red Green Blue C M Y K H S L
Decimal 253 219 169 0 0.13 0.33 0.01 35.71 0.95 0.83
Hex FD DB A9 0 D 21 1 24 5F 53
Octal 375 333 251 0 15 41 1 44 137 123
Binary 11111101 11011011 10101001 0 1101 100001 1 100100 1011111 1010011

Color Harmonies of #FDDBA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDBA9

Black with #FDDBA9

Text Example


Text Example

White with #FDDBA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDBA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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