#FBAAA1

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

Shades of Rose Bud #FBAAA1

Tints of Rose Bud #FBAAA1

Color information

#FBAAA1 (or 0xFBAAA1) is unknown color: approx Rose Bud. HEX triplet: FB, AA and A1. RGB value is (251,170,161). Sum of RGB (Red+Green+Blue) = 251+170+161=582 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.13% from 582); Green value is 170 (66.80% from 255 or 29.21% from 582); Blue value is 161 (63.28% from 255 or 27.66% from 582); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAAA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAAA1 is #04555E. Grayscale: #C1C1C1. Windows color (decimal): -283999 or 10595067. OLE color: 10595067.

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

Color convert

RGB251170161-
CMYK00.320.360.02
HSL91.84%80.78%-
HSV(B)35.86%98.43%-
XYZ60.5951.8340.53-
YUV193.19109.84169.23-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.13%
GREEN value IS 170 (66.80% from 255) = 29.21%
BLUE value IS 161 (63.28% from 255) = 27.66%
R=43.13%
G=29.21%
B=27.66%

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
Decimal25117016100.320.360.02691.8480.78
HexFBAAA102024265c51
Octal3732522410404426134121
Binary11111011101010101010000101000001001001011010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAAA1; }

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

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

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

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

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

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

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

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