#FBA390

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

Shades of Rose Bud #FBA390

Tints of Rose Bud #FBA390

Color information

#FBA390 (or 0xFBA390) is unknown color: approx Rose Bud. HEX triplet: FB, A3 and 90. RGB value is (251,163,144). Sum of RGB (Red+Green+Blue) = 251+163+144=558 (73% of max value = 765). Red value is 251 (98.44% from 255 or 44.98% from 558); Green value is 163 (64.06% from 255 or 29.21% from 558); Blue value is 144 (56.64% from 255 or 25.81% from 558); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA390 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA390 is #045C6F. Grayscale: #BBBBBB. Windows color (decimal): -285808 or 9479163. OLE color: 9479163.

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

Color convert

RGB251163144-
CMYK00.350.430.02
HSL10.65º93.04%77.45%-
HSV(B)10.65º42.63%98.43%-
XYZ57.9148.7232.74-
YUV187.15103.65173.54-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.98%
GREEN value IS 163 (64.06% from 255) = 29.21%
BLUE value IS 144 (56.64% from 255) = 25.81%
R=44.98%
G=29.21%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116314400.350.430.0210.6593.0477.45
HexFBA3900232B2b5d4d
Octal37324322004353213135115
Binary111110111010001110010000010001110101110101110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA390; }

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

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

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

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

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

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

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

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