#FBA59A

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

Shades of Rose Bud #FBA59A

Tints of Rose Bud #FBA59A

Color information

#FBA59A (or 0xFBA59A) is unknown color: approx Rose Bud. HEX triplet: FB, A5 and 9A. RGB value is (251,165,154). Sum of RGB (Red+Green+Blue) = 251+165+154=570 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.04% from 570); Green value is 165 (64.84% from 255 or 28.95% from 570); Blue value is 154 (60.55% from 255 or 27.02% from 570); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA59A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA59A is #045A65. Grayscale: #BDBDBD. Windows color (decimal): -285286 or 10135035. OLE color: 10135035.

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

Color convert

RGB251165154-
CMYK00.340.390.02
HSL6.8º92.38%79.41%-
HSV(B)6.8º38.65%98.43%-
XYZ59.0749.7537.06-
YUV189.46107.99171.89-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.04%
GREEN value IS 165 (64.84% from 255) = 28.95%
BLUE value IS 154 (60.55% from 255) = 27.02%
R=44.04%
G=28.95%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116515400.340.390.026.892.3879.41
HexFBA59A02227275c4f
Octal3732452320424727134117
Binary11111011101001011001101001000101001111011110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA59A; }

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

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

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

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

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

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

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

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