#FE9F99

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

Shades of Rose Bud #FE9F99

Tints of Rose Bud #FE9F99

Color information

#FE9F99 (or 0xFE9F99) is unknown color: approx Rose Bud. HEX triplet: FE, 9F and 99. RGB value is (254,159,153). Sum of RGB (Red+Green+Blue) = 254+159+153=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 159 (62.5% from 255 or 28.09% from 566); Blue value is 153 (60.16% from 255 or 27.03% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9F99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9F99 is #016066. Grayscale: #BABABA. Windows color (decimal): -90215 or 10067966. OLE color: 10067966.

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

Color convert

RGB254159153-
CMYK00.370.400.00
HSL3.56º98.06%79.8%-
HSV(B)3.56º39.76%99.61%-
XYZ59.0248.1736.32-
YUV186.72108.97175.99-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.88%
GREEN value IS 159 (62.5% from 255) = 28.09%
BLUE value IS 153 (60.16% from 255) = 27.03%
R=44.88%
G=28.09%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.40
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415915300.370.400.003.5698.0679.8
HexFE9F9902528046250
Octal3762372310455004142120
Binary1111111010011111100110010100101101000010011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9F99; }

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

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

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

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

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

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

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

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