Html Css Color HEX #FDE5A3 Cape Honey

📋 copy color: '#FDE5A3'

red 253 ◦ green 229 ◦ blue 163

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

Shades of Cape Honey #FDE5A3

Tints of Cape Honey #FDE5A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 25.27%

R = 39.22%
G = 35.5%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FDE5A3 (or 0xFDE5A3) is known color: Cape Honey. HEX triplet: FD, E5 and A3. RGB value is (253,229,163). Sum of RGB (Red+Green+Blue) = 253+229+163=645 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.22% from 645); Green value is 229 (89.84% from 255 or 35.50% from 645); Blue value is 163 (64.06% from 255 or 25.27% from 645); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE5A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE5A3 is #021A5C. Grayscale: #E4E4E4. Windows color (decimal): -137821 or 10741245. OLE color: 10741245.

HSL color Cylindrical-coordinate representation of color #FDE5A3: hue angle of 44º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FDE5A3 is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 229 163 -
CMYK 0 0.09 0.36 0.01
HSL 44º 0.96% 0.82% -
HSV(B) 44º 0.36% 0.99% -
XYZ 75.14 79.57 46.05 -
YUV 228.65 90.95 145.37 -
System Red Green Blue C M Y K H S L
Decimal 253 229 163 0 0.09 0.36 0.01 44 0.96 0.82
Hex FD E5 A3 0 9 24 1 2C 60 52
Octal 375 345 243 0 11 44 1 54 140 122
Binary 11111101 11100101 10100011 0 1001 100100 1 101100 1100000 1010010

Color Harmonies of #FDE5A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE5A3

Black with #FDE5A3

Text Example


Text Example

White with #FDE5A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE5A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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