#FE9F97

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

Shades of Rose Bud #FE9F97

Tints of Rose Bud #FE9F97

Color information

#FE9F97 (or 0xFE9F97) is unknown color: approx Rose Bud. HEX triplet: FE, 9F and 97. RGB value is (254,159,151). Sum of RGB (Red+Green+Blue) = 254+159+151=564 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.04% from 564); Green value is 159 (62.5% from 255 or 28.19% from 564); Blue value is 151 (59.38% from 255 or 26.77% from 564); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9F97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9F97 is #016068. Grayscale: #BABABA. Windows color (decimal): -90217 or 9936894. OLE color: 9936894.

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

Color convert

RGB254159151-
CMYK00.370.410.00
HSL4.66º98.1%79.41%-
HSV(B)4.66º40.55%99.61%-
XYZ58.8648.135.46-
YUV186.49107.97176.15-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.04%
GREEN value IS 159 (62.5% from 255) = 28.19%
BLUE value IS 151 (59.38% from 255) = 26.77%
R=45.04%
G=28.19%
B=26.77%

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
Decimal25415915100.370.410.004.6698.179.41
HexFE9F970252905624f
Octal3762372270455105142117
Binary1111111010011111100101110100101101001010111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9F97; }

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

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

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

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

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

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

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

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