#FBABD1

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

Shades of Lavender Pink #FBABD1

Tints of Lavender Pink #FBABD1

Color information

#FBABD1 (or 0xFBABD1) is unknown color: approx Lavender Pink. HEX triplet: FB, AB and D1. RGB value is (251,171,209). Sum of RGB (Red+Green+Blue) = 251+171+209=631 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.78% from 631); Green value is 171 (67.19% from 255 or 27.10% from 631); Blue value is 209 (82.03% from 255 or 33.12% from 631); Max value from RGB is 251 - color contains mainly: red. Hex color #FBABD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBABD1 is #04542E. Grayscale: #C7C7C7. Windows color (decimal): -283695 or 13741051. OLE color: 13741051.

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

Color convert

RGB251171209-
CMYK00.320.170.02
HSL331.5º90.91%82.75%-
HSV(B)331.5º31.87%98.43%-
XYZ65.8654.2467.32-
YUV199.25133.5164.91-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.78%
GREEN value IS 171 (67.19% from 255) = 27.10%
BLUE value IS 209 (82.03% from 255) = 33.12%
R=39.78%
G=27.10%
B=33.12%

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
Decimal25117120900.320.170.02331.590.9182.75
HexFBABD102011214c5b53
Octal373253321040212514133123
Binary1111101110101011110100010100000100011010100110010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBABD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBABD1; }

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

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

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

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

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

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

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

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