#FBB0DB

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

Shades of Lavender Pink #FBB0DB

Tints of Lavender Pink #FBB0DB

Color information

#FBB0DB (or 0xFBB0DB) is unknown color: approx Lavender Pink. HEX triplet: FB, B0 and DB. RGB value is (251,176,219). Sum of RGB (Red+Green+Blue) = 251+176+219=646 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.85% from 646); Green value is 176 (69.14% from 255 or 27.24% from 646); Blue value is 219 (85.94% from 255 or 33.90% from 646); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB0DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBB0DB is #044F24. Grayscale: #CBCBCB. Windows color (decimal): -282405 or 14397691. OLE color: 14397691.

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

Color convert

RGB251176219-
CMYK00.300.130.02
HSL325.6º90.36%83.73%-
HSV(B)325.6º29.88%98.43%-
XYZ68.156.6774.37-
YUV203.33136.85162-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.85%
GREEN value IS 176 (69.14% from 255) = 27.24%
BLUE value IS 219 (85.94% from 255) = 33.90%
R=38.85%
G=27.24%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117621900.300.130.02325.690.3683.73
HexFBB0DB01ED21465a54
Octal373260333036152506132124
Binary11111011101100001101101101111011011010100011010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB0DB; }

 p { color: rgb(251,176,219); }

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

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

 a { background-color: rgb(251,176,219); }

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

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

 span { border-color: rgb(251,176,219); }

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