#FBABD8

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

Shades of Lavender Pink #FBABD8

Tints of Lavender Pink #FBABD8

Color information

#FBABD8 (or 0xFBABD8) is unknown color: approx Lavender Pink. HEX triplet: FB, AB and D8. RGB value is (251,171,216). Sum of RGB (Red+Green+Blue) = 251+171+216=638 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.34% from 638); Green value is 171 (67.19% from 255 or 26.80% from 638); Blue value is 216 (84.77% from 255 or 33.86% from 638); Max value from RGB is 251 - color contains mainly: red. Hex color #FBABD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBABD8 is #045427. Grayscale: #C7C7C7. Windows color (decimal): -283688 or 14199803. OLE color: 14199803.

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

Color convert

RGB251171216-
CMYK00.320.140.02
HSL326.25º90.91%82.75%-
HSV(B)326.25º31.87%98.43%-
XYZ66.7454.5971.99-
YUV200.05137164.34-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.34%
GREEN value IS 171 (67.19% from 255) = 26.80%
BLUE value IS 216 (84.77% from 255) = 33.86%
R=39.34%
G=26.80%
B=33.86%

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
Decimal25117121600.320.140.02326.2590.9182.75
HexFBABD8020E21465b53
Octal373253330040162506133123
Binary111110111010101111011000010000011101010100011010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBABD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBABD8; }

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

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

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

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

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

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

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

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