#FBA790

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

Shades of Rose Bud #FBA790

Tints of Rose Bud #FBA790

Color information

#FBA790 (or 0xFBA790) is unknown color: approx Rose Bud. HEX triplet: FB, A7 and 90. RGB value is (251,167,144). Sum of RGB (Red+Green+Blue) = 251+167+144=562 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.66% from 562); Green value is 167 (65.62% from 255 or 29.72% from 562); Blue value is 144 (56.64% from 255 or 25.62% from 562); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA790 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA790 is #04586F. Grayscale: #BDBDBD. Windows color (decimal): -284784 or 9480187. OLE color: 9480187.

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

Color convert

RGB251167144-
CMYK00.330.430.02
HSL12.9º93.04%77.45%-
HSV(B)12.9º42.63%98.43%-
XYZ58.6450.1632.98-
YUV189.49102.33171.87-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.66%
GREEN value IS 167 (65.62% from 255) = 29.72%
BLUE value IS 144 (56.64% from 255) = 25.62%
R=44.66%
G=29.72%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116714400.330.430.0212.993.0477.45
HexFBA7900212B2d5d4d
Octal37324722004153215135115
Binary111110111010011110010000010000110101110110110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA790; }

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

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

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

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

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

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

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

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