#FBA3D7

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

Shades of Lavender Pink #FBA3D7

Tints of Lavender Pink #FBA3D7

Color information

#FBA3D7 (or 0xFBA3D7) is unknown color: approx Lavender Pink. HEX triplet: FB, A3 and D7. RGB value is (251,163,215). Sum of RGB (Red+Green+Blue) = 251+163+215=629 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.90% from 629); Green value is 163 (64.06% from 255 or 25.91% from 629); Blue value is 215 (84.38% from 255 or 34.18% from 629); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA3D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA3D7 is #045C28. Grayscale: #C3C3C3. Windows color (decimal): -285737 or 14132219. OLE color: 14132219.

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

Color convert

RGB251163215-
CMYK00.350.140.02
HSL324.55º91.67%81.18%-
HSV(B)324.55º35.06%98.43%-
XYZ65.1551.6170.82-
YUV195.24139.15167.77-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.90%
GREEN value IS 163 (64.06% from 255) = 25.91%
BLUE value IS 215 (84.38% from 255) = 34.18%
R=39.90%
G=25.91%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116321500.350.140.02324.5591.6781.18
HexFBA3D7023E21455c51
Octal373243327043162505134121
Binary111110111010001111010111010001111101010100010110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA3D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA3D7; }

 p { color: rgb(251,163,215); }

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

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

 a { background-color: rgb(251,163,215); }

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

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

 span { border-color: rgb(251,163,215); }

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