Html Css Color HEX #FDE6A9 Cape Honey

📋 copy color: '#FDE6A9'

red 253 ◦ green 230 ◦ blue 169

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

Shades of Cape Honey #FDE6A9

Tints of Cape Honey #FDE6A9

RGB

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

 GREEN value IS 230 (90.23% from 255) = 35.28%

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

R = 38.8%
G = 35.28%
B = 25.92%

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

#FDE6A9 (or 0xFDE6A9) is known color: Cape Honey. HEX triplet: FD, E6 and A9. RGB value is (253,230,169). Sum of RGB (Red+Green+Blue) = 253+230+169=652 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.80% from 652); Green value is 230 (90.23% from 255 or 35.28% from 652); Blue value is 169 (66.41% from 255 or 25.92% from 652); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE6A9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDE6A9 is #021956. Grayscale: #E6E6E6. Windows color (decimal): -137559 or 11134717. OLE color: 11134717.

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

Color convert

RGB 253 230 169 -
CMYK 0 0.09 0.33 0.01
HSL 43.57º 0.95% 0.83% -
HSV(B) 43.57º 0.33% 0.99% -
XYZ 75.97 80.34 49.04 -
YUV 229.92 93.62 144.46 -
System Red Green Blue C M Y K H S L
Decimal 253 230 169 0 0.09 0.33 0.01 43.57 0.95 0.83
Hex FD E6 A9 0 9 21 1 2C 5F 53
Octal 375 346 251 0 11 41 1 54 137 123
Binary 11111101 11100110 10101001 0 1001 100001 1 101100 1011111 1010011

Color Harmonies of #FDE6A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE6A9

Black with #FDE6A9

Text Example


Text Example

White with #FDE6A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE6A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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