#FBACD6

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

Shades of Lavender Pink #FBACD6

Tints of Lavender Pink #FBACD6

Color information

#FBACD6 (or 0xFBACD6) is unknown color: approx Lavender Pink. HEX triplet: FB, AC and D6. RGB value is (251,172,214). Sum of RGB (Red+Green+Blue) = 251+172+214=637 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.40% from 637); Green value is 172 (67.58% from 255 or 27.00% from 637); Blue value is 214 (83.98% from 255 or 33.59% from 637); Max value from RGB is 251 - color contains mainly: red. Hex color #FBACD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBACD6 is #045329. Grayscale: #C8C8C8. Windows color (decimal): -283434 or 14068987. OLE color: 14068987.

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

Color convert

RGB251172214-
CMYK00.310.150.02
HSL328.1º90.8%82.94%-
HSV(B)328.1º31.47%98.43%-
XYZ66.6754.8770.7-
YUV200.41135.67164.08-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.40%
GREEN value IS 172 (67.58% from 255) = 27.00%
BLUE value IS 214 (83.98% from 255) = 33.59%
R=39.40%
G=27.00%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117221400.310.150.02328.190.882.94
HexFBACD601FF21485b53
Octal373254326037172510133123
Binary11111011101011001101011001111111111010100100010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBACD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBACD6; }

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

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

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

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

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

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

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

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