#FBB1DF

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

Shades of Lavender Pink #FBB1DF

Tints of Lavender Pink #FBB1DF

Color information

#FBB1DF (or 0xFBB1DF) is unknown color: approx Lavender Pink. HEX triplet: FB, B1 and DF. RGB value is (251,177,223). Sum of RGB (Red+Green+Blue) = 251+177+223=651 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.56% from 651); Green value is 177 (69.53% from 255 or 27.19% from 651); Blue value is 223 (87.5% from 255 or 34.25% from 651); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB1DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBB1DF is #044E20. Grayscale: #CCCCCC. Windows color (decimal): -282145 or 14660091. OLE color: 14660091.

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

Color convert

RGB251177223-
CMYK00.290.110.02
HSL322.7º90.24%83.92%-
HSV(B)322.7º29.48%98.43%-
XYZ68.8357.2877.24-
YUV204.37138.52161.26-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.56%
GREEN value IS 177 (69.53% from 255) = 27.19%
BLUE value IS 223 (87.5% from 255) = 34.25%
R=38.56%
G=27.19%
B=34.25%

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
Decimal25117722300.290.110.02322.790.2483.92
HexFBB1DF01DB21435a54
Octal373261337035132503132124
Binary11111011101100011101111101110110111010100001110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB1DF; }

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

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

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

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

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

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

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

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