#FBA097

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

Shades of Rose Bud #FBA097

Tints of Rose Bud #FBA097

Color information

#FBA097 (or 0xFBA097) is unknown color: approx Rose Bud. HEX triplet: FB, A0 and 97. RGB value is (251,160,151). Sum of RGB (Red+Green+Blue) = 251+160+151=562 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.66% from 562); Green value is 160 (62.89% from 255 or 28.47% from 562); Blue value is 151 (59.38% from 255 or 26.87% from 562); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA097 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA097 is #045F68. Grayscale: #BABABA. Windows color (decimal): -286569 or 9937147. OLE color: 9937147.

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

Color convert

RGB251160151-
CMYK00.360.400.02
HSL5.4º92.59%78.82%-
HSV(B)5.4º39.84%98.43%-
XYZ57.9447.8935.47-
YUV186.18108.15174.23-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.66%
GREEN value IS 160 (62.89% from 255) = 28.47%
BLUE value IS 151 (59.38% from 255) = 26.87%
R=44.66%
G=28.47%
B=26.87%

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
Decimal25116015100.360.400.025.492.5978.82
HexFBA09702428255d4f
Octal3732402270445025135117
Binary11111011101000001001011101001001010001010110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA097; }

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

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

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

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

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

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

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

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