#FBAAA0

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

Shades of Rose Bud #FBAAA0

Tints of Rose Bud #FBAAA0

Color information

#FBAAA0 (or 0xFBAAA0) is unknown color: approx Rose Bud. HEX triplet: FB, AA and A0. RGB value is (251,170,160). Sum of RGB (Red+Green+Blue) = 251+170+160=581 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.20% from 581); Green value is 170 (66.80% from 255 or 29.26% from 581); Blue value is 160 (62.89% from 255 or 27.54% from 581); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAAA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAAA0 is #04555F. Grayscale: #C1C1C1. Windows color (decimal): -284000 or 10529531. OLE color: 10529531.

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

Color convert

RGB251170160-
CMYK00.320.360.02
HSL6.59º91.92%80.59%-
HSV(B)6.59º36.25%98.43%-
XYZ60.551.840.07-
YUV193.08109.34169.31-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.20%
GREEN value IS 170 (66.80% from 255) = 29.26%
BLUE value IS 160 (62.89% from 255) = 27.54%
R=43.20%
G=29.26%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117016000.320.360.026.5991.9280.59
HexFBAAA002024275c51
Octal3732522400404427134121
Binary11111011101010101010000001000001001001011110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAAA0; }

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

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

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

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

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

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

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

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