#FBA596

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

Shades of Rose Bud #FBA596

Tints of Rose Bud #FBA596

Color information

#FBA596 (or 0xFBA596) is unknown color: approx Rose Bud. HEX triplet: FB, A5 and 96. RGB value is (251,165,150). Sum of RGB (Red+Green+Blue) = 251+165+150=566 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.35% from 566); Green value is 165 (64.84% from 255 or 29.15% from 566); Blue value is 150 (58.98% from 255 or 26.50% from 566); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA596 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA596 is #045A69. Grayscale: #BDBDBD. Windows color (decimal): -285290 or 9872891. OLE color: 9872891.

HSL color Cylindrical-coordinate representation of color #FBA596: hue angle of 8.91º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FBA596 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB251165150-
CMYK00.340.400.02
HSL8.91º92.66%78.63%-
HSV(B)8.91º40.24%98.43%-
XYZ58.7449.6235.34-
YUV189105.99172.22-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.35%
GREEN value IS 165 (64.84% from 255) = 29.15%
BLUE value IS 150 (58.98% from 255) = 26.50%
R=44.35%
G=29.15%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116515000.340.400.028.9192.6678.63
HexFBA59602228295d4f
Octal37324522604250211135117
Binary111110111010010110010110010001010100010100110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA596; }

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

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

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

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

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

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

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

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