#FEA699

Color #FEA699 Rose Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud #FEA699

Tints of Rose Bud #FEA699

Color information

#FEA699 (or 0xFEA699) is unknown color: approx Rose Bud. HEX triplet: FE, A6 and 99. RGB value is (254,166,153). Sum of RGB (Red+Green+Blue) = 254+166+153=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 166 (65.23% from 255 or 28.97% from 573); Blue value is 153 (60.16% from 255 or 26.70% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA699 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA699 is #015966. Grayscale: #BEBEBE. Windows color (decimal): -88423 or 10069758. OLE color: 10069758.

HSL color Cylindrical-coordinate representation of color #FEA699: hue angle of 7.72º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FEA699 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.00.

Color convert

RGB254166153-
CMYK00.350.400.00
HSL7.72º98.06%79.8%-
HSV(B)7.72º39.76%99.61%-
XYZ60.2650.6436.74-
YUV190.83106.65173.06-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.33%
GREEN value IS 166 (65.23% from 255) = 28.97%
BLUE value IS 153 (60.16% from 255) = 26.70%
R=44.33%
G=28.97%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416615300.350.400.007.7298.0679.8
HexFEA69902328086250
Octal37624623104350010142120
Binary11111110101001101001100101000111010000100011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA699; }

 p { color: rgb(254,166,153); }

 H1.HeaderClassName
 {
   color: #FEA699;
 }
 .AnyTagClassName
 {
   color: #FEA699;
 }
</style>
background-color css

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

 a { background-color: rgb(254,166,153); }

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

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

 span { border-color: rgb(254,166,153); }

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