#FBB2DF

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

Shades of Lavender Pink #FBB2DF

Tints of Lavender Pink #FBB2DF

Color information

#FBB2DF (or 0xFBB2DF) is unknown color: approx Lavender Pink. HEX triplet: FB, B2 and DF. RGB value is (251,178,223). Sum of RGB (Red+Green+Blue) = 251+178+223=652 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.50% from 652); Green value is 178 (69.92% from 255 or 27.30% from 652); Blue value is 223 (87.5% from 255 or 34.20% from 652); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB2DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBB2DF is #044D20. Grayscale: #CCCCCC. Windows color (decimal): -281889 or 14660347. OLE color: 14660347.

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

Color convert

RGB251178223-
CMYK00.290.110.02
HSL323.01º90.12%84.12%-
HSV(B)323.01º29.08%98.43%-
XYZ69.0257.6877.31-
YUV204.96138.18160.84-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.50%
GREEN value IS 178 (69.92% from 255) = 27.30%
BLUE value IS 223 (87.5% from 255) = 34.20%
R=38.50%
G=27.30%
B=34.20%

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
Decimal25117822300.290.110.02323.0190.1284.12
HexFBB2DF01DB21435a54
Octal373262337035132503132124
Binary11111011101100101101111101110110111010100001110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB2DF; }

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

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

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

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

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

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

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

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