#FBA2D3

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

Shades of Lavender Pink #FBA2D3

Tints of Lavender Pink #FBA2D3

Color information

#FBA2D3 (or 0xFBA2D3) is unknown color: approx Lavender Pink. HEX triplet: FB, A2 and D3. RGB value is (251,162,211). Sum of RGB (Red+Green+Blue) = 251+162+211=624 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.22% from 624); Green value is 162 (63.67% from 255 or 25.96% from 624); Blue value is 211 (82.81% from 255 or 33.81% from 624); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA2D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA2D3 is #045D2C. Grayscale: #C2C2C2. Windows color (decimal): -285997 or 13869819. OLE color: 13869819.

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

Color convert

RGB251162211-
CMYK00.350.160.02
HSL326.97º91.75%80.98%-
HSV(B)326.97º35.46%98.43%-
XYZ64.4651.0568.08-
YUV194.2137.49168.52-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.22%
GREEN value IS 162 (63.67% from 255) = 25.96%
BLUE value IS 211 (82.81% from 255) = 33.81%
R=40.22%
G=25.96%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116221100.350.160.02326.9791.7580.98
HexFBA2D30231021475c51
Octal373242323043202507134121
Binary1111101110100010110100110100011100001010100011110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA2D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA2D3; }

 p { color: rgb(251,162,211); }

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

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

 a { background-color: rgb(251,162,211); }

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

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

 span { border-color: rgb(251,162,211); }

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