#FBB1DC

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

Shades of Lavender Pink #FBB1DC

Tints of Lavender Pink #FBB1DC

Color information

#FBB1DC (or 0xFBB1DC) is unknown color: approx Lavender Pink. HEX triplet: FB, B1 and DC. RGB value is (251,177,220). Sum of RGB (Red+Green+Blue) = 251+177+220=648 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.73% from 648); Green value is 177 (69.53% from 255 or 27.31% from 648); Blue value is 220 (86.33% from 255 or 33.95% from 648); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB1DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBB1DC is #044E23. Grayscale: #CBCBCB. Windows color (decimal): -282148 or 14463483. OLE color: 14463483.

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

Color convert

RGB251177220-
CMYK00.290.120.02
HSL325.14º90.24%83.92%-
HSV(B)325.14º29.48%98.43%-
XYZ68.4257.1275.13-
YUV204.03137.02161.5-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.73%
GREEN value IS 177 (69.53% from 255) = 27.31%
BLUE value IS 220 (86.33% from 255) = 33.95%
R=38.73%
G=27.31%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117722000.290.120.02325.1490.2483.92
HexFBB1DC01DC21455a54
Octal373261334035142505132124
Binary11111011101100011101110001110111001010100010110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB1DC; }

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

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

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

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

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

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

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

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