#FBA096

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

Shades of Rose Bud #FBA096

Tints of Rose Bud #FBA096

Color information

#FBA096 (or 0xFBA096) is unknown color: approx Rose Bud. HEX triplet: FB, A0 and 96. RGB value is (251,160,150). Sum of RGB (Red+Green+Blue) = 251+160+150=561 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.74% from 561); Green value is 160 (62.89% from 255 or 28.52% from 561); Blue value is 150 (58.98% from 255 or 26.74% from 561); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA096 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA096 is #045F69. Grayscale: #BABABA. Windows color (decimal): -286570 or 9871611. OLE color: 9871611.

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

Color convert

RGB251160150-
CMYK00.360.400.02
HSL5.94º92.66%78.63%-
HSV(B)5.94º40.24%98.43%-
XYZ57.8647.8535.04-
YUV186.07107.65174.31-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.74%
GREEN value IS 160 (62.89% from 255) = 28.52%
BLUE value IS 150 (58.98% from 255) = 26.74%
R=44.74%
G=28.52%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116015000.360.400.025.9492.6678.63
HexFBA09602428265d4f
Octal3732402260445026135117
Binary11111011101000001001011001001001010001011010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA096; }

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

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

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

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

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

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

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

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