#FBB0DC

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

Shades of Lavender Pink #FBB0DC

Tints of Lavender Pink #FBB0DC

Color information

#FBB0DC (or 0xFBB0DC) is unknown color: approx Lavender Pink. HEX triplet: FB, B0 and DC. RGB value is (251,176,220). Sum of RGB (Red+Green+Blue) = 251+176+220=647 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.79% from 647); Green value is 176 (69.14% from 255 or 27.20% from 647); Blue value is 220 (86.33% from 255 or 34.00% from 647); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB0DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBB0DC is #044F23. Grayscale: #CBCBCB. Windows color (decimal): -282404 or 14463227. OLE color: 14463227.

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

Color convert

RGB251176220-
CMYK00.300.120.02
HSL324.8º90.36%83.73%-
HSV(B)324.8º29.88%98.43%-
XYZ68.2356.7375.06-
YUV203.44137.35161.92-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.79%
GREEN value IS 176 (69.14% from 255) = 27.20%
BLUE value IS 220 (86.33% from 255) = 34.00%
R=38.79%
G=27.20%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117622000.300.120.02324.890.3683.73
HexFBB0DC01EC21455a54
Octal373260334036142505132124
Binary11111011101100001101110001111011001010100010110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB0DC; }

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

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

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

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

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

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

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

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