#FBACD9

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

Shades of Lavender Pink #FBACD9

Tints of Lavender Pink #FBACD9

Color information

#FBACD9 (or 0xFBACD9) is unknown color: approx Lavender Pink. HEX triplet: FB, AC and D9. RGB value is (251,172,217). Sum of RGB (Red+Green+Blue) = 251+172+217=640 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.22% from 640); Green value is 172 (67.58% from 255 or 26.88% from 640); Blue value is 217 (85.16% from 255 or 33.91% from 640); Max value from RGB is 251 - color contains mainly: red. Hex color #FBACD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBACD9 is #045326. Grayscale: #C8C8C8. Windows color (decimal): -283431 or 14265595. OLE color: 14265595.

HSL color Cylindrical-coordinate representation of color #FBACD9: hue angle of 325.82º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FBACD9 is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB251172217-
CMYK00.310.140.02
HSL325.82º90.8%82.94%-
HSV(B)325.82º31.47%98.43%-
XYZ67.0655.0272.73-
YUV200.75137.17163.84-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.22%
GREEN value IS 172 (67.58% from 255) = 26.88%
BLUE value IS 217 (85.16% from 255) = 33.91%
R=39.22%
G=26.88%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117221700.310.140.02325.8290.882.94
HexFBACD901FE21465b53
Octal373254331037162506133123
Binary11111011101011001101100101111111101010100011010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBACD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBACD9; }

 p { color: rgb(251,172,217); }

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

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

 a { background-color: rgb(251,172,217); }

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

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

 span { border-color: rgb(251,172,217); }

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