Html Css Color HEX #FDDEA9 Navajo White

📋 copy color: '#FDDEA9'

red 253 ◦ green 222 ◦ blue 169

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

Shades of Navajo White #FDDEA9

Tints of Navajo White #FDDEA9

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.47%

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

R = 39.29%
G = 34.47%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FDDEA9 (or 0xFDDEA9) is known color: Navajo White. HEX triplet: FD, DE and A9. RGB value is (253,222,169). Sum of RGB (Red+Green+Blue) = 253+222+169=644 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.29% from 644); Green value is 222 (87.11% from 255 or 34.47% from 644); Blue value is 169 (66.41% from 255 or 26.24% from 644); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDEA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDEA9 is #022156. Grayscale: #E1E1E1. Windows color (decimal): -139607 or 11132669. OLE color: 11132669.

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

Color convert

RGB 253 222 169 -
CMYK 0 0.12 0.33 0.01
HSL 37.86º 0.95% 0.83% -
HSV(B) 37.86º 0.33% 0.99% -
XYZ 73.79 75.99 48.31 -
YUV 225.23 96.27 147.81 -
System Red Green Blue C M Y K H S L
Decimal 253 222 169 0 0.12 0.33 0.01 37.86 0.95 0.83
Hex FD DE A9 0 C 21 1 26 5F 53
Octal 375 336 251 0 14 41 1 46 137 123
Binary 11111101 11011110 10101001 0 1100 100001 1 100110 1011111 1010011

Color Harmonies of #FDDEA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDEA9

Black with #FDDEA9

Text Example


Text Example

White with #FDDEA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDEA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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