#FBA799

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

Shades of Rose Bud #FBA799

Tints of Rose Bud #FBA799

Color information

#FBA799 (or 0xFBA799) is unknown color: approx Rose Bud. HEX triplet: FB, A7 and 99. RGB value is (251,167,153). Sum of RGB (Red+Green+Blue) = 251+167+153=571 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.96% from 571); Green value is 167 (65.62% from 255 or 29.25% from 571); Blue value is 153 (60.16% from 255 or 26.80% from 571); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA799 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA799 is #045866. Grayscale: #BEBEBE. Windows color (decimal): -284775 or 10070011. OLE color: 10070011.

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

Color convert

RGB251167153-
CMYK00.330.390.02
HSL8.57º92.45%79.22%-
HSV(B)8.57º39.04%98.43%-
XYZ59.3550.4536.75-
YUV190.52106.83171.14-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.96%
GREEN value IS 167 (65.62% from 255) = 29.25%
BLUE value IS 153 (60.16% from 255) = 26.80%
R=43.96%
G=29.25%
B=26.80%

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
Decimal25116715300.330.390.028.5792.4579.22
HexFBA79902127295c4f
Octal37324723104147211134117
Binary111110111010011110011001010000110011110100110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA799; }

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

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

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

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

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

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

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

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