#FBA59B

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

Shades of Rose Bud #FBA59B

Tints of Rose Bud #FBA59B

Color information

#FBA59B (or 0xFBA59B) is unknown color: approx Rose Bud. HEX triplet: FB, A5 and 9B. RGB value is (251,165,155). Sum of RGB (Red+Green+Blue) = 251+165+155=571 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.96% from 571); Green value is 165 (64.84% from 255 or 28.90% from 571); Blue value is 155 (60.94% from 255 or 27.15% from 571); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA59B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA59B is #045A64. Grayscale: #BDBDBD. Windows color (decimal): -285285 or 10200571. OLE color: 10200571.

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

Color convert

RGB251165155-
CMYK00.340.380.02
HSL6.25º92.31%79.61%-
HSV(B)6.25º38.25%98.43%-
XYZ59.1649.7937.5-
YUV189.57108.49171.81-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.96%
GREEN value IS 165 (64.84% from 255) = 28.90%
BLUE value IS 155 (60.94% from 255) = 27.15%
R=43.96%
G=28.90%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116515500.340.380.026.2592.3179.61
HexFBA59B02226265c50
Octal3732452330424626134120
Binary11111011101001011001101101000101001101011010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA59B; }

 p { color: rgb(251,165,155); }

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

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

 a { background-color: rgb(251,165,155); }

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

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

 span { border-color: rgb(251,165,155); }

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