#FBA392

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

Shades of Rose Bud #FBA392

Tints of Rose Bud #FBA392

Color information

#FBA392 (or 0xFBA392) is unknown color: approx Rose Bud. HEX triplet: FB, A3 and 92. RGB value is (251,163,146). Sum of RGB (Red+Green+Blue) = 251+163+146=560 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.82% from 560); Green value is 163 (64.06% from 255 or 29.11% from 560); Blue value is 146 (57.42% from 255 or 26.07% from 560); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA392 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA392 is #045C6D. Grayscale: #BBBBBB. Windows color (decimal): -285806 or 9610235. OLE color: 9610235.

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

Color convert

RGB251163146-
CMYK00.350.420.02
HSL9.71º92.92%77.84%-
HSV(B)9.71º41.83%98.43%-
XYZ58.0748.7833.55-
YUV187.37104.65173.38-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.82%
GREEN value IS 163 (64.06% from 255) = 29.11%
BLUE value IS 146 (57.42% from 255) = 26.07%
R=44.82%
G=29.11%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116314600.350.420.029.7192.9277.84
HexFBA3920232A2a5d4e
Octal37324322204352212135116
Binary111110111010001110010010010001110101010101010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA392; }

 p { color: rgb(251,163,146); }

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

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

 a { background-color: rgb(251,163,146); }

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

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

 span { border-color: rgb(251,163,146); }

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