#FBA6D6

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

Shades of Lavender Pink #FBA6D6

Tints of Lavender Pink #FBA6D6

Color information

#FBA6D6 (or 0xFBA6D6) is unknown color: approx Lavender Pink. HEX triplet: FB, A6 and D6. RGB value is (251,166,214). Sum of RGB (Red+Green+Blue) = 251+166+214=631 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.78% from 631); Green value is 166 (65.23% from 255 or 26.31% from 631); Blue value is 214 (83.98% from 255 or 33.91% from 631); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA6D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA6D6 is #045929. Grayscale: #C4C4C4. Windows color (decimal): -284970 or 14067451. OLE color: 14067451.

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

Color convert

RGB251166214-
CMYK00.340.150.02
HSL326.12º91.4%81.76%-
HSV(B)326.12º33.86%98.43%-
XYZ65.5652.6470.32-
YUV196.89137.66166.6-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.78%
GREEN value IS 166 (65.23% from 255) = 26.31%
BLUE value IS 214 (83.98% from 255) = 33.91%
R=39.78%
G=26.31%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116621400.340.150.02326.1291.481.76
HexFBA6D6022F21465b52
Octal373246326042172506133122
Binary111110111010011011010110010001011111010100011010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA6D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA6D6; }

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

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

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

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

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

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

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

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