#FE9E97

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

Shades of Rose Bud #FE9E97

Tints of Rose Bud #FE9E97

Color information

#FE9E97 (or 0xFE9E97) is unknown color: approx Rose Bud. HEX triplet: FE, 9E and 97. RGB value is (254,158,151). Sum of RGB (Red+Green+Blue) = 254+158+151=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 158 (62.11% from 255 or 28.06% from 563); Blue value is 151 (59.38% from 255 or 26.82% from 563); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9E97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9E97 is #016168. Grayscale: #BABABA. Windows color (decimal): -90473 or 9936638. OLE color: 9936638.

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

Color convert

RGB254158151-
CMYK00.380.410.00
HSL4.08º98.1%79.41%-
HSV(B)4.08º40.55%99.61%-
XYZ58.6947.7635.4-
YUV185.91108.3176.57-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.12%
GREEN value IS 158 (62.11% from 255) = 28.06%
BLUE value IS 151 (59.38% from 255) = 26.82%
R=45.12%
G=28.06%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415815100.380.410.004.0898.179.41
HexFE9E970262904624f
Octal3762362270465104142117
Binary1111111010011110100101110100110101001010011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9E97; }

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

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

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

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

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

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

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

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