#FBABD5

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

Shades of Lavender Pink #FBABD5

Tints of Lavender Pink #FBABD5

Color information

#FBABD5 (or 0xFBABD5) is unknown color: approx Lavender Pink. HEX triplet: FB, AB and D5. RGB value is (251,171,213). Sum of RGB (Red+Green+Blue) = 251+171+213=635 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.53% from 635); Green value is 171 (67.19% from 255 or 26.93% from 635); Blue value is 213 (83.59% from 255 or 33.54% from 635); Max value from RGB is 251 - color contains mainly: red. Hex color #FBABD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBABD5 is #04542A. Grayscale: #C7C7C7. Windows color (decimal): -283691 or 14003195. OLE color: 14003195.

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

Color convert

RGB251171213-
CMYK00.320.150.02
HSL328.5º90.91%82.75%-
HSV(B)328.5º31.87%98.43%-
XYZ66.3654.4469.96-
YUV199.71135.5164.58-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.53%
GREEN value IS 171 (67.19% from 255) = 26.93%
BLUE value IS 213 (83.59% from 255) = 33.54%
R=39.53%
G=26.93%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117121300.320.150.02328.590.9182.75
HexFBABD5020F21485b53
Octal373253325040172510133123
Binary111110111010101111010101010000011111010100100010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBABD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBABD5; }

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

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

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

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

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

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

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

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