#FBA6D4

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

Shades of Lavender Pink #FBA6D4

Tints of Lavender Pink #FBA6D4

Color information

#FBA6D4 (or 0xFBA6D4) is unknown color: approx Lavender Pink. HEX triplet: FB, A6 and D4. RGB value is (251,166,212). Sum of RGB (Red+Green+Blue) = 251+166+212=629 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.90% from 629); Green value is 166 (65.23% from 255 or 26.39% from 629); Blue value is 212 (83.20% from 255 or 33.70% from 629); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA6D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA6D4 is #04592B. Grayscale: #C4C4C4. Windows color (decimal): -284972 or 13936379. OLE color: 13936379.

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

Color convert

RGB251166212-
CMYK00.340.160.02
HSL327.53º91.4%81.76%-
HSV(B)327.53º33.86%98.43%-
XYZ65.352.5468.99-
YUV196.66136.66166.76-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.90%
GREEN value IS 166 (65.23% from 255) = 26.39%
BLUE value IS 212 (83.20% from 255) = 33.70%
R=39.90%
G=26.39%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116621200.340.160.02327.5391.481.76
HexFBA6D40221021485b52
Octal373246324042202510133122
Binary1111101110100110110101000100010100001010100100010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA6D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA6D4; }

 p { color: rgb(251,166,212); }

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

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

 a { background-color: rgb(251,166,212); }

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

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

 span { border-color: rgb(251,166,212); }

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