#FF9E99

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

Shades of Rose Bud #FF9E99

Tints of Rose Bud #FF9E99

Color information

#FF9E99 (or 0xFF9E99) is unknown color: approx Rose Bud. HEX triplet: FF, 9E and 99. RGB value is (255,158,153). Sum of RGB (Red+Green+Blue) = 255+158+153=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 158 (62.11% from 255 or 27.92% from 566); Blue value is 153 (60.16% from 255 or 27.03% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9E99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9E99 is #006166. Grayscale: #BABABA. Windows color (decimal): -24935 or 10067711. OLE color: 10067711.

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

Color convert

RGB255158153-
CMYK00.380.40
HSL2.94º100%80%-
HSV(B)2.94º40%100%-
XYZ59.2248.0136.28-
YUV186.43109.14176.91-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.05%
GREEN value IS 158 (62.11% from 255) = 27.92%
BLUE value IS 153 (60.16% from 255) = 27.03%
R=45.05%
G=27.92%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.4
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515815300.380.402.9410080
HexFF9E9902628036450
Octal3772362310465003144120
Binary111111111001111010011001010011010100001111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9E99; }

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

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

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

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

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

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

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

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