#FEA299

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

Shades of Rose Bud #FEA299

Tints of Rose Bud #FEA299

Color information

#FEA299 (or 0xFEA299) is unknown color: approx Rose Bud. HEX triplet: FE, A2 and 99. RGB value is (254,162,153). Sum of RGB (Red+Green+Blue) = 254+162+153=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 162 (63.67% from 255 or 28.47% from 569); Blue value is 153 (60.16% from 255 or 26.89% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA299 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA299 is #015D66. Grayscale: #BCBCBC. Windows color (decimal): -89447 or 10068734. OLE color: 10068734.

HSL color Cylindrical-coordinate representation of color #FEA299: hue angle of 5.35º 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 #FEA299 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.00.

Color convert

RGB254162153-
CMYK00.360.400.00
HSL5.35º98.06%79.8%-
HSV(B)5.35º39.76%99.61%-
XYZ59.5449.2136.5-
YUV188.48107.98174.73-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.64%
GREEN value IS 162 (63.67% from 255) = 28.47%
BLUE value IS 153 (60.16% from 255) = 26.89%
R=44.64%
G=28.47%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416215300.360.400.005.3598.0679.8
HexFEA29902428056250
Octal3762422310445005142120
Binary1111111010100010100110010100100101000010111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA299; }

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

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

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

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

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

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

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

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