Html Css Color HEX #FEE6A9 Cape Honey

📋 copy color: '#FEE6A9'

red 254 ◦ green 230 ◦ blue 169

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

Shades of Cape Honey #FEE6A9

Tints of Cape Honey #FEE6A9

RGB

 RED value IS 254 (99.61% from 255) = 38.9%

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

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

R = 38.9%
G = 35.22%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FEE6A9 (or 0xFEE6A9) is known color: Cape Honey. HEX triplet: FE, E6 and A9. RGB value is (254,230,169). Sum of RGB (Red+Green+Blue) = 254+230+169=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 230 (90.23% from 255 or 35.22% from 653); Blue value is 169 (66.41% from 255 or 25.88% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE6A9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEE6A9 is #011956. Grayscale: #E6E6E6. Windows color (decimal): -72023 or 11134718. OLE color: 11134718.

HSL color Cylindrical-coordinate representation of color #FEE6A9: hue angle of 43.06º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FEE6A9 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 230 169 -
CMYK 0 0.09 0.33 0.00
HSL 43.06º 0.98% 0.83% -
HSV(B) 43.06º 0.33% 1% -
XYZ 76.33 80.53 49.06 -
YUV 230.22 93.45 144.96 -
System Red Green Blue C M Y K H S L
Decimal 254 230 169 0 0.09 0.33 0.00 43.06 0.98 0.83
Hex FE E6 A9 0 9 21 0 2B 62 53
Octal 376 346 251 0 11 41 0 53 142 123
Binary 11111110 11100110 10101001 0 1001 100001 0 101011 1100010 1010011

Color Harmonies of #FEE6A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE6A9

Black with #FEE6A9

Text Example


Text Example

White with #FEE6A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE6A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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