#FBB3DA

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

Shades of Lavender Pink #FBB3DA

Tints of Lavender Pink #FBB3DA

Color information

#FBB3DA (or 0xFBB3DA) is unknown color: approx Lavender Pink. HEX triplet: FB, B3 and DA. RGB value is (251,179,218). Sum of RGB (Red+Green+Blue) = 251+179+218=648 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.73% from 648); Green value is 179 (70.31% from 255 or 27.62% from 648); Blue value is 218 (85.55% from 255 or 33.64% from 648); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB3DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB3DA is #044C25. Grayscale: #CCCCCC. Windows color (decimal): -281638 or 14332923. OLE color: 14332923.

HSL color Cylindrical-coordinate representation of color #FBB3DA: hue angle of 327.5º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FBB3DA is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB251179218-
CMYK00.290.130.02
HSL327.5º90%84.31%-
HSV(B)327.5º28.69%98.43%-
XYZ68.5657.8173.87-
YUV204.97135.35160.83-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.73%
GREEN value IS 179 (70.31% from 255) = 27.62%
BLUE value IS 218 (85.55% from 255) = 33.64%
R=38.73%
G=27.62%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117921800.290.130.02327.59084.31
HexFBB3DA01DD21485a54
Octal373263332035152510132124
Binary11111011101100111101101001110111011010100100010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB3DA; }

 p { color: rgb(251,179,218); }

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

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

 a { background-color: rgb(251,179,218); }

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

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

 span { border-color: rgb(251,179,218); }

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