Html Css Color HEX #FDE5AA Cape Honey

📋 copy color: '#FDE5AA'

red 253 ◦ green 229 ◦ blue 170

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

Shades of Cape Honey #FDE5AA

Tints of Cape Honey #FDE5AA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.12%

 BLUE value IS 170 (66.8% from 255) = 26.07%

R = 38.8%
G = 35.12%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FDE5AA (or 0xFDE5AA) is known color: Cape Honey. HEX triplet: FD, E5 and AA. RGB value is (253,229,170). Sum of RGB (Red+Green+Blue) = 253+229+170=652 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.80% from 652); Green value is 229 (89.84% from 255 or 35.12% from 652); Blue value is 170 (66.80% from 255 or 26.07% from 652); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE5AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE5AA is #021A55. Grayscale: #E5E5E5. Windows color (decimal): -137814 or 11199997. OLE color: 11199997.

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

Color convert

RGB 253 229 170 -
CMYK 0 0.09 0.33 0.01
HSL 42.65º 0.95% 0.83% -
HSV(B) 42.65º 0.33% 0.99% -
XYZ 75.78 79.82 49.44 -
YUV 229.45 94.45 144.8 -
System Red Green Blue C M Y K H S L
Decimal 253 229 170 0 0.09 0.33 0.01 42.65 0.95 0.83
Hex FD E5 AA 0 9 21 1 2B 5F 53
Octal 375 345 252 0 11 41 1 53 137 123
Binary 11111101 11100101 10101010 0 1001 100001 1 101011 1011111 1010011

Color Harmonies of #FDE5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE5AA

Black with #FDE5AA

Text Example


Text Example

White with #FDE5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE5AA; }

 p { color: rgb(253,229,170); }

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

background-color css

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

 a { background-color: rgb(253,229,170); }

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

border-color css

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

 span { border-color: rgb(253,229,170); }

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