#FBAA9C

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

Shades of Rose Bud #FBAA9C

Tints of Rose Bud #FBAA9C

Color information

#FBAA9C (or 0xFBAA9C) is unknown color: approx Rose Bud. HEX triplet: FB, AA and 9C. RGB value is (251,170,156). Sum of RGB (Red+Green+Blue) = 251+170+156=577 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.50% from 577); Green value is 170 (66.80% from 255 or 29.46% from 577); Blue value is 156 (61.33% from 255 or 27.04% from 577); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAA9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAA9C is #045563. Grayscale: #C0C0C0. Windows color (decimal): -284004 or 10267387. OLE color: 10267387.

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

Color convert

RGB251170156-
CMYK00.320.380.02
HSL8.84º92.23%79.8%-
HSV(B)8.84º37.85%98.43%-
XYZ60.1651.6638.25-
YUV192.62107.34169.64-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.50%
GREEN value IS 170 (66.80% from 255) = 29.46%
BLUE value IS 156 (61.33% from 255) = 27.04%
R=43.50%
G=29.46%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117015600.320.380.028.8492.2379.8
HexFBAA9C02026295c50
Octal37325223404046211134120
Binary111110111010101010011100010000010011010100110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAA9C; }

 p { color: rgb(251,170,156); }

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

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

 a { background-color: rgb(251,170,156); }

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

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

 span { border-color: rgb(251,170,156); }

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