#FBAAD8

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

Shades of Lavender Pink #FBAAD8

Tints of Lavender Pink #FBAAD8

Color information

#FBAAD8 (or 0xFBAAD8) is unknown color: approx Lavender Pink. HEX triplet: FB, AA and D8. RGB value is (251,170,216). Sum of RGB (Red+Green+Blue) = 251+170+216=637 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.40% from 637); Green value is 170 (66.80% from 255 or 26.69% from 637); Blue value is 216 (84.77% from 255 or 33.91% from 637); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAAD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAAD8 is #045527. Grayscale: #C7C7C7. Windows color (decimal): -283944 or 14199547. OLE color: 14199547.

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

Color convert

RGB251170216-
CMYK00.320.140.02
HSL325.93º91.01%82.55%-
HSV(B)325.93º32.27%98.43%-
XYZ66.5554.2271.92-
YUV199.46137.34164.76-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.40%
GREEN value IS 170 (66.80% from 255) = 26.69%
BLUE value IS 216 (84.77% from 255) = 33.91%
R=39.40%
G=26.69%
B=33.91%

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
Decimal25117021600.320.140.02325.9391.0182.55
HexFBAAD8020E21465b53
Octal373252330040162506133123
Binary111110111010101011011000010000011101010100011010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAAD8; }

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

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

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

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

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

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

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

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