#FBA899

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

Shades of Rose Bud #FBA899

Tints of Rose Bud #FBA899

Color information

#FBA899 (or 0xFBA899) is unknown color: approx Rose Bud. HEX triplet: FB, A8 and 99. RGB value is (251,168,153). Sum of RGB (Red+Green+Blue) = 251+168+153=572 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.88% from 572); Green value is 168 (66.02% from 255 or 29.37% from 572); Blue value is 153 (60.16% from 255 or 26.75% from 572); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA899 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA899 is #045766. Grayscale: #BFBFBF. Windows color (decimal): -284519 or 10070267. OLE color: 10070267.

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

Color convert

RGB251168153-
CMYK00.330.390.02
HSL9.18º92.45%79.22%-
HSV(B)9.18º39.04%98.43%-
XYZ59.5450.8136.81-
YUV191.11106.5170.72-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.88%
GREEN value IS 168 (66.02% from 255) = 29.37%
BLUE value IS 153 (60.16% from 255) = 26.75%
R=43.88%
G=29.37%
B=26.75%

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
Decimal25116815300.330.390.029.1892.4579.22
HexFBA89902127295c4f
Octal37325023104147211134117
Binary111110111010100010011001010000110011110100110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA899; }

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

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

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

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

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

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

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

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