#FBA999

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

Shades of Rose Bud #FBA999

Tints of Rose Bud #FBA999

Color information

#FBA999 (or 0xFBA999) is unknown color: approx Rose Bud. HEX triplet: FB, A9 and 99. RGB value is (251,169,153). Sum of RGB (Red+Green+Blue) = 251+169+153=573 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.80% from 573); Green value is 169 (66.41% from 255 or 29.49% from 573); Blue value is 153 (60.16% from 255 or 26.70% from 573); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA999 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA999 is #045666. Grayscale: #BFBFBF. Windows color (decimal): -284263 or 10070523. OLE color: 10070523.

HSL color Cylindrical-coordinate representation of color #FBA999: hue angle of 9.8º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FBA999 is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB251169153-
CMYK00.330.390.02
HSL9.8º92.45%79.22%-
HSV(B)9.8º39.04%98.43%-
XYZ59.7251.1936.87-
YUV191.69106.17170.3-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.80%
GREEN value IS 169 (66.41% from 255) = 29.49%
BLUE value IS 153 (60.16% from 255) = 26.70%
R=43.80%
G=29.49%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116915300.330.390.029.892.4579.22
HexFBA999021272a5c4f
Octal37325123104147212134117
Binary111110111010100110011001010000110011110101010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA999; }

 p { color: rgb(251,169,153); }

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

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

 a { background-color: rgb(251,169,153); }

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

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

 span { border-color: rgb(251,169,153); }

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