#FEA097

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

Shades of Rose Bud #FEA097

Tints of Rose Bud #FEA097

Color information

#FEA097 (or 0xFEA097) is unknown color: approx Rose Bud. HEX triplet: FE, A0 and 97. RGB value is (254,160,151). Sum of RGB (Red+Green+Blue) = 254+160+151=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 160 (62.89% from 255 or 28.32% from 565); Blue value is 151 (59.38% from 255 or 26.73% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA097 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA097 is #015F68. Grayscale: #BBBBBB. Windows color (decimal): -89961 or 9937150. OLE color: 9937150.

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

Color convert

RGB254160151-
CMYK00.370.410.00
HSL5.24º98.1%79.41%-
HSV(B)5.24º40.55%99.61%-
XYZ59.0348.4535.52-
YUV187.08107.64175.73-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.96%
GREEN value IS 160 (62.89% from 255) = 28.32%
BLUE value IS 151 (59.38% from 255) = 26.73%
R=44.96%
G=28.32%
B=26.73%

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
Decimal25416015100.370.410.005.2498.179.41
HexFEA0970252905624f
Octal3762402270455105142117
Binary1111111010100000100101110100101101001010111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA097; }

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

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

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

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

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

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

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

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