#FBAAD9

Color #FBAAD9 Lavender Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Pink #FBAAD9

Tints of Lavender Pink #FBAAD9

Color information

#FBAAD9 (or 0xFBAAD9) is unknown color: approx Lavender Pink. HEX triplet: FB, AA and D9. RGB value is (251,170,217). Sum of RGB (Red+Green+Blue) = 251+170+217=638 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.34% from 638); Green value is 170 (66.80% from 255 or 26.65% from 638); Blue value is 217 (85.16% from 255 or 34.01% from 638); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAAD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAAD9 is #045526. Grayscale: #C7C7C7. Windows color (decimal): -283943 or 14265083. OLE color: 14265083.

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

Color convert

RGB251170217-
CMYK00.320.140.02
HSL325.19º91.01%82.55%-
HSV(B)325.19º32.27%98.43%-
XYZ66.6854.2772.61-
YUV199.58137.84164.68-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.34%
GREEN value IS 170 (66.80% from 255) = 26.65%
BLUE value IS 217 (85.16% from 255) = 34.01%
R=39.34%
G=26.65%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117021700.320.140.02325.1991.0182.55
HexFBAAD9020E21455b53
Octal373252331040162505133123
Binary111110111010101011011001010000011101010100010110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAAD9; }

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

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

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

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

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

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

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

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