#FF9E97

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

Shades of Rose Bud #FF9E97

Tints of Rose Bud #FF9E97

Color information

#FF9E97 (or 0xFF9E97) is unknown color: approx Rose Bud. HEX triplet: FF, 9E and 97. RGB value is (255,158,151). Sum of RGB (Red+Green+Blue) = 255+158+151=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 158 (62.11% from 255 or 28.01% from 564); Blue value is 151 (59.38% from 255 or 26.77% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9E97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9E97 is #006168. Grayscale: #BABABA. Windows color (decimal): -24937 or 9936639. OLE color: 9936639.

HSL color Cylindrical-coordinate representation of color #FF9E97: hue angle of 4.04º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FF9E97 is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.

Color convert

RGB255158151-
CMYK00.380.410
HSL4.04º100%79.61%-
HSV(B)4.04º40.78%100%-
XYZ59.0547.9535.42-
YUV186.2108.14177.07-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.21%
GREEN value IS 158 (62.11% from 255) = 28.01%
BLUE value IS 151 (59.38% from 255) = 26.77%
R=45.21%
G=28.01%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515815100.380.4104.0410079.61
HexFF9E9702629046450
Octal3772362270465104144120
Binary1111111110011110100101110100110101001010011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9E97; }

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

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

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

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

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

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

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

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