Html Css Color HEX #FDE0B0 Navajo White

📋 copy color: '#FDE0B0'

red 253 ◦ green 224 ◦ blue 176

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

Shades of Navajo White #FDE0B0

Tints of Navajo White #FDE0B0

RGB

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

 GREEN value IS 224 (87.89% from 255) = 34.3%

 BLUE value IS 176 (69.14% from 255) = 26.95%

R = 38.74%
G = 34.3%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FDE0B0 (or 0xFDE0B0) is known color: Navajo White. HEX triplet: FD, E0 and B0. RGB value is (253,224,176). Sum of RGB (Red+Green+Blue) = 253+224+176=653 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.74% from 653); Green value is 224 (87.89% from 255 or 34.30% from 653); Blue value is 176 (69.14% from 255 or 26.95% from 653); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE0B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE0B0 is #021F4F. Grayscale: #E3E3E3. Windows color (decimal): -139088 or 11591933. OLE color: 11591933.

HSL color Cylindrical-coordinate representation of color #FDE0B0: hue angle of 37.4º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDE0B0 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 224 176 -
CMYK 0 0.11 0.30 0.01
HSL 37.4º 0.95% 0.84% -
HSV(B) 37.4º 0.3% 0.99% -
XYZ 75 77.33 52.05 -
YUV 227.2 99.11 146.4 -
System Red Green Blue C M Y K H S L
Decimal 253 224 176 0 0.11 0.30 0.01 37.4 0.95 0.84
Hex FD E0 B0 0 B 1E 1 25 5F 54
Octal 375 340 260 0 13 36 1 45 137 124
Binary 11111101 11100000 10110000 0 1011 11110 1 100101 1011111 1010100

Color Harmonies of #FDE0B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE0B0

Black with #FDE0B0

Text Example


Text Example

White with #FDE0B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE0B0; }

 p { color: rgb(253,224,176); }

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

background-color css

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

 a { background-color: rgb(253,224,176); }

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

border-color css

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

 span { border-color: rgb(253,224,176); }

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