#FEA197

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

Shades of Rose Bud #FEA197

Tints of Rose Bud #FEA197

Color information

#FEA197 (or 0xFEA197) is unknown color: approx Rose Bud. HEX triplet: FE, A1 and 97. RGB value is (254,161,151). Sum of RGB (Red+Green+Blue) = 254+161+151=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 161 (63.28% from 255 or 28.45% from 566); Blue value is 151 (59.38% from 255 or 26.68% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA197 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA197 is #015E68. Grayscale: #BBBBBB. Windows color (decimal): -89705 or 9937406. OLE color: 9937406.

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

Color convert

RGB254161151-
CMYK00.370.410.00
HSL5.83º98.1%79.41%-
HSV(B)5.83º40.55%99.61%-
XYZ59.248.7935.58-
YUV187.67107.31175.31-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.88%
GREEN value IS 161 (63.28% from 255) = 28.45%
BLUE value IS 151 (59.38% from 255) = 26.68%
R=44.88%
G=28.45%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416115100.370.410.005.8398.179.41
HexFEA1970252906624f
Octal3762412270455106142117
Binary1111111010100001100101110100101101001011011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA197; }

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

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

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

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

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

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

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

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