#FBA797

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

Shades of Rose Bud #FBA797

Tints of Rose Bud #FBA797

Color information

#FBA797 (or 0xFBA797) is unknown color: approx Rose Bud. HEX triplet: FB, A7 and 97. RGB value is (251,167,151). Sum of RGB (Red+Green+Blue) = 251+167+151=569 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.11% from 569); Green value is 167 (65.62% from 255 or 29.35% from 569); Blue value is 151 (59.38% from 255 or 26.54% from 569); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA797 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA797 is #045868. Grayscale: #BEBEBE. Windows color (decimal): -284777 or 9938939. OLE color: 9938939.

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

Color convert

RGB251167151-
CMYK00.330.400.02
HSL9.6º92.59%78.82%-
HSV(B)9.6º39.84%98.43%-
XYZ59.1950.3835.88-
YUV190.29105.83171.3-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.11%
GREEN value IS 167 (65.62% from 255) = 29.35%
BLUE value IS 151 (59.38% from 255) = 26.54%
R=44.11%
G=29.35%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116715100.330.400.029.692.5978.82
HexFBA797021282a5d4f
Octal37324722704150212135117
Binary111110111010011110010111010000110100010101010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA797; }

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

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

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

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

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

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

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

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