Html Css Color HEX #FDE3AA Cape Honey

📋 copy color: '#FDE3AA'

red 253 ◦ green 227 ◦ blue 170

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

Shades of Cape Honey #FDE3AA

Tints of Cape Honey #FDE3AA

RGB

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

 GREEN value IS 227 (89.06% from 255) = 34.92%

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

R = 38.92%
G = 34.92%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FDE3AA (or 0xFDE3AA) is known color: Cape Honey. HEX triplet: FD, E3 and AA. RGB value is (253,227,170). Sum of RGB (Red+Green+Blue) = 253+227+170=650 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.92% from 650); Green value is 227 (89.06% from 255 or 34.92% from 650); Blue value is 170 (66.80% from 255 or 26.15% from 650); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE3AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE3AA is #021C55. Grayscale: #E4E4E4. Windows color (decimal): -138326 or 11199485. OLE color: 11199485.

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

Color convert

RGB 253 227 170 -
CMYK 0 0.10 0.33 0.01
HSL 41.2º 0.95% 0.83% -
HSV(B) 41.2º 0.33% 0.99% -
XYZ 75.23 78.72 49.26 -
YUV 228.28 95.11 145.63 -
System Red Green Blue C M Y K H S L
Decimal 253 227 170 0 0.10 0.33 0.01 41.2 0.95 0.83
Hex FD E3 AA 0 A 21 1 29 5F 53
Octal 375 343 252 0 12 41 1 51 137 123
Binary 11111101 11100011 10101010 0 1010 100001 1 101001 1011111 1010011

Color Harmonies of #FDE3AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE3AA

Black with #FDE3AA

Text Example


Text Example

White with #FDE3AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE3AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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