#FEA497

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

Shades of Rose Bud #FEA497

Tints of Rose Bud #FEA497

Color information

#FEA497 (or 0xFEA497) is unknown color: approx Rose Bud. HEX triplet: FE, A4 and 97. RGB value is (254,164,151). Sum of RGB (Red+Green+Blue) = 254+164+151=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 164 (64.45% from 255 or 28.82% from 569); Blue value is 151 (59.38% from 255 or 26.54% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA497 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA497 is #015B68. Grayscale: #BDBDBD. Windows color (decimal): -88937 or 9938174. OLE color: 9938174.

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

Color convert

RGB254164151-
CMYK00.350.410.00
HSL7.57º98.1%79.41%-
HSV(B)7.57º40.55%99.61%-
XYZ59.7349.8635.75-
YUV189.43106.32174.06-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.64%
GREEN value IS 164 (64.45% from 255) = 28.82%
BLUE value IS 151 (59.38% from 255) = 26.54%
R=44.64%
G=28.82%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416415100.350.410.007.5798.179.41
HexFEA4970232908624f
Octal37624422704351010142117
Binary11111110101001001001011101000111010010100011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA497; }

 p { color: rgb(254,164,151); }

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

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

 a { background-color: rgb(254,164,151); }

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

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

 span { border-color: rgb(254,164,151); }

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