#FF9E9B

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

Shades of Rose Bud #FF9E9B

Tints of Rose Bud #FF9E9B

Color information

#FF9E9B (or 0xFF9E9B) is unknown color: approx Rose Bud. HEX triplet: FF, 9E and 9B. RGB value is (255,158,155). Sum of RGB (Red+Green+Blue) = 255+158+155=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 158 (62.11% from 255 or 27.82% from 568); Blue value is 155 (60.94% from 255 or 27.29% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9E9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9E9B is #006164. Grayscale: #BABABA. Windows color (decimal): -24933 or 10198783. OLE color: 10198783.

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

Color convert

RGB255158155-
CMYK00.380.390
HSL1.8º100%80.39%-
HSV(B)1.8º39.22%100%-
XYZ59.3848.0837.16-
YUV186.66110.14176.74-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.89%
GREEN value IS 158 (62.11% from 255) = 27.82%
BLUE value IS 155 (60.94% from 255) = 27.29%
R=44.89%
G=27.82%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.39
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515815500.380.3901.810080.39
HexFF9E9B02627026450
Octal3772362330464702144120
Binary111111111001111010011011010011010011101011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9E9B; }

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

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

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

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

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

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

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

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