#FBA297

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

Shades of Rose Bud #FBA297

Tints of Rose Bud #FBA297

Color information

#FBA297 (or 0xFBA297) is unknown color: approx Rose Bud. HEX triplet: FB, A2 and 97. RGB value is (251,162,151). Sum of RGB (Red+Green+Blue) = 251+162+151=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 162 (63.67% from 255 or 28.72% from 564); Blue value is 151 (59.38% from 255 or 26.77% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA297 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA297 is #045D68. Grayscale: #BBBBBB. Windows color (decimal): -286057 or 9937659. OLE color: 9937659.

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

Color convert

RGB251162151-
CMYK00.350.400.02
HSL6.6º92.59%78.82%-
HSV(B)6.6º39.84%98.43%-
XYZ58.2948.5835.58-
YUV187.36107.49173.39-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.50%
GREEN value IS 162 (63.67% from 255) = 28.72%
BLUE value IS 151 (59.38% from 255) = 26.77%
R=44.50%
G=28.72%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116215100.350.400.026.692.5978.82
HexFBA29702328275d4f
Octal3732422270435027135117
Binary11111011101000101001011101000111010001011110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA297; }

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

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

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

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

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

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

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

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