#FBA59C

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

Shades of Rose Bud #FBA59C

Tints of Rose Bud #FBA59C

Color information

#FBA59C (or 0xFBA59C) is unknown color: approx Rose Bud. HEX triplet: FB, A5 and 9C. RGB value is (251,165,156). Sum of RGB (Red+Green+Blue) = 251+165+156=572 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.88% from 572); Green value is 165 (64.84% from 255 or 28.85% from 572); Blue value is 156 (61.33% from 255 or 27.27% from 572); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA59C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA59C is #045A63. Grayscale: #BDBDBD. Windows color (decimal): -285284 or 10266107. OLE color: 10266107.

HSL color Cylindrical-coordinate representation of color #FBA59C: hue angle of 5.68º 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 #FBA59C is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB251165156-
CMYK00.340.380.02
HSL5.68º92.23%79.8%-
HSV(B)5.68º37.85%98.43%-
XYZ59.2449.8237.95-
YUV189.69108.99171.73-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.88%
GREEN value IS 165 (64.84% from 255) = 28.85%
BLUE value IS 156 (61.33% from 255) = 27.27%
R=43.88%
G=28.85%
B=27.27%

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
Decimal25116515600.340.380.025.6892.2379.8
HexFBA59C02226265c50
Octal3732452340424626134120
Binary11111011101001011001110001000101001101011010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA59C; }

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

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

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

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

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

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

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

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