#FBA6D5

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

Shades of Lavender Pink #FBA6D5

Tints of Lavender Pink #FBA6D5

Color information

#FBA6D5 (or 0xFBA6D5) is unknown color: approx Lavender Pink. HEX triplet: FB, A6 and D5. RGB value is (251,166,213). Sum of RGB (Red+Green+Blue) = 251+166+213=630 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.84% from 630); Green value is 166 (65.23% from 255 or 26.35% from 630); Blue value is 213 (83.59% from 255 or 33.81% from 630); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA6D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA6D5 is #04592A. Grayscale: #C4C4C4. Windows color (decimal): -284971 or 14001915. OLE color: 14001915.

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

Color convert

RGB251166213-
CMYK00.340.150.02
HSL326.82º91.4%81.76%-
HSV(B)326.82º33.86%98.43%-
XYZ65.4352.5969.65-
YUV196.77137.16166.68-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.84%
GREEN value IS 166 (65.23% from 255) = 26.35%
BLUE value IS 213 (83.59% from 255) = 33.81%
R=39.84%
G=26.35%
B=33.81%

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
Decimal25116621300.340.150.02326.8291.481.76
HexFBA6D5022F21475b52
Octal373246325042172507133122
Binary111110111010011011010101010001011111010100011110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA6D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA6D5; }

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

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

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

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

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

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

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

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