#FBAAD1

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

Shades of Lavender Pink #FBAAD1

Tints of Lavender Pink #FBAAD1

Color information

#FBAAD1 (or 0xFBAAD1) is unknown color: approx Lavender Pink. HEX triplet: FB, AA and D1. RGB value is (251,170,209). Sum of RGB (Red+Green+Blue) = 251+170+209=630 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.84% from 630); Green value is 170 (66.80% from 255 or 26.98% from 630); Blue value is 209 (82.03% from 255 or 33.17% from 630); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAAD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAAD1 is #04552E. Grayscale: #C6C6C6. Windows color (decimal): -283951 or 13740795. OLE color: 13740795.

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

Color convert

RGB251170209-
CMYK00.320.170.02
HSL331.11º91.01%82.55%-
HSV(B)331.11º32.27%98.43%-
XYZ65.6753.8667.26-
YUV198.66133.84165.33-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.84%
GREEN value IS 170 (66.80% from 255) = 26.98%
BLUE value IS 209 (82.03% from 255) = 33.17%
R=39.84%
G=26.98%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117020900.320.170.02331.1191.0182.55
HexFBAAD102011214b5b53
Octal373252321040212513133123
Binary1111101110101010110100010100000100011010100101110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAAD1; }

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

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

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

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

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

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

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

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