#FBA295

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

Shades of Rose Bud #FBA295

Tints of Rose Bud #FBA295

Color information

#FBA295 (or 0xFBA295) is unknown color: approx Rose Bud. HEX triplet: FB, A2 and 95. RGB value is (251,162,149). Sum of RGB (Red+Green+Blue) = 251+162+149=562 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.66% from 562); Green value is 162 (63.67% from 255 or 28.83% from 562); Blue value is 149 (58.59% from 255 or 26.51% from 562); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA295 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA295 is #045D6A. Grayscale: #BBBBBB. Windows color (decimal): -286059 or 9806587. OLE color: 9806587.

HSL color Cylindrical-coordinate representation of color #FBA295: hue angle of 7.65º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FBA295 is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB251162149-
CMYK00.350.410.02
HSL7.65º92.73%78.43%-
HSV(B)7.65º40.64%98.43%-
XYZ58.1348.5234.74-
YUV187.13106.49173.56-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.66%
GREEN value IS 162 (63.67% from 255) = 28.83%
BLUE value IS 149 (58.59% from 255) = 26.51%
R=44.66%
G=28.83%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116214900.350.410.027.6592.7378.43
HexFBA29502329285d4e
Octal37324222504351210135116
Binary111110111010001010010101010001110100110100010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA295; }

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

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

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

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

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

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

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

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