#FBABD3

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

Shades of Lavender Pink #FBABD3

Tints of Lavender Pink #FBABD3

Color information

#FBABD3 (or 0xFBABD3) is unknown color: approx Lavender Pink. HEX triplet: FB, AB and D3. RGB value is (251,171,211). Sum of RGB (Red+Green+Blue) = 251+171+211=633 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.65% from 633); Green value is 171 (67.19% from 255 or 27.01% from 633); Blue value is 211 (82.81% from 255 or 33.33% from 633); Max value from RGB is 251 - color contains mainly: red. Hex color #FBABD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBABD3 is #04542C. Grayscale: #C7C7C7. Windows color (decimal): -283693 or 13872123. OLE color: 13872123.

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

Color convert

RGB251171211-
CMYK00.320.160.02
HSL330º90.91%82.75%-
HSV(B)330º31.87%98.43%-
XYZ66.154.3468.63-
YUV199.48134.5164.75-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.65%
GREEN value IS 171 (67.19% from 255) = 27.01%
BLUE value IS 211 (82.81% from 255) = 33.33%
R=39.65%
G=27.01%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117121100.320.160.0233090.9182.75
HexFBABD302010214a5b53
Octal373253323040202512133123
Binary1111101110101011110100110100000100001010100101010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBABD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBABD3; }

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

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

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

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

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

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

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

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