#FBAA9F

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

Shades of Rose Bud #FBAA9F

Tints of Rose Bud #FBAA9F

Color information

#FBAA9F (or 0xFBAA9F) is unknown color: approx Rose Bud. HEX triplet: FB, AA and 9F. RGB value is (251,170,159). Sum of RGB (Red+Green+Blue) = 251+170+159=580 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.28% from 580); Green value is 170 (66.80% from 255 or 29.31% from 580); Blue value is 159 (62.5% from 255 or 27.41% from 580); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAA9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAA9F is #045560. Grayscale: #C1C1C1. Windows color (decimal): -284001 or 10463995. OLE color: 10463995.

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

Color convert

RGB251170159-
CMYK00.320.370.02
HSL7.17º92%80.39%-
HSV(B)7.17º36.65%98.43%-
XYZ60.4251.7639.61-
YUV192.96108.84169.39-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.28%
GREEN value IS 170 (66.80% from 255) = 29.31%
BLUE value IS 159 (62.5% from 255) = 27.41%
R=43.28%
G=29.31%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117015900.320.370.027.179280.39
HexFBAA9F02025275c50
Octal3732522370404527134120
Binary11111011101010101001111101000001001011011110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAA9F; }

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

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

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

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

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

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

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

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