#FB9F99

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

Shades of Rose Bud #FB9F99

Tints of Rose Bud #FB9F99

Color information

#FB9F99 (or 0xFB9F99) is unknown color: approx Rose Bud. HEX triplet: FB, 9F and 99. RGB value is (251,159,153). Sum of RGB (Red+Green+Blue) = 251+159+153=563 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.58% from 563); Green value is 159 (62.5% from 255 or 28.24% from 563); Blue value is 153 (60.16% from 255 or 27.18% from 563); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9F99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB9F99 is #046066. Grayscale: #B9B9B9. Windows color (decimal): -286823 or 10067963. OLE color: 10067963.

HSL color Cylindrical-coordinate representation of color #FB9F99: hue angle of 3.67º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FB9F99 is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB251159153-
CMYK00.370.390.02
HSL3.67º92.45%79.22%-
HSV(B)3.67º39.04%98.43%-
XYZ57.9347.6136.27-
YUV185.82109.48174.49-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.58%
GREEN value IS 159 (62.5% from 255) = 28.24%
BLUE value IS 153 (60.16% from 255) = 27.18%
R=44.58%
G=28.24%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115915300.370.390.023.6792.4579.22
HexFB9F9902527245c4f
Octal3732372310454724134117
Binary11111011100111111001100101001011001111010010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9F99; }

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

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

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

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

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

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

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

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