#FBB3DF

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

Shades of Lavender Pink #FBB3DF

Tints of Lavender Pink #FBB3DF

Color information

#FBB3DF (or 0xFBB3DF) is unknown color: approx Lavender Pink. HEX triplet: FB, B3 and DF. RGB value is (251,179,223). Sum of RGB (Red+Green+Blue) = 251+179+223=653 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.44% from 653); Green value is 179 (70.31% from 255 or 27.41% from 653); Blue value is 223 (87.5% from 255 or 34.15% from 653); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB3DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB3DF is #044C20. Grayscale: #CDCDCD. Windows color (decimal): -281633 or 14660603. OLE color: 14660603.

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

Color convert

RGB251179223-
CMYK00.290.110.02
HSL323.33º90%84.31%-
HSV(B)323.33º28.69%98.43%-
XYZ69.2258.0877.37-
YUV205.54137.85160.42-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.44%
GREEN value IS 179 (70.31% from 255) = 27.41%
BLUE value IS 223 (87.5% from 255) = 34.15%
R=38.44%
G=27.41%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117922300.290.110.02323.339084.31
HexFBB3DF01DB21435a54
Octal373263337035132503132124
Binary11111011101100111101111101110110111010100001110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB3DF; }

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

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

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

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

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

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

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

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