#FBB0DF

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

Shades of Lavender Pink #FBB0DF

Tints of Lavender Pink #FBB0DF

Color information

#FBB0DF (or 0xFBB0DF) is unknown color: approx Lavender Pink. HEX triplet: FB, B0 and DF. RGB value is (251,176,223). Sum of RGB (Red+Green+Blue) = 251+176+223=650 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.62% from 650); Green value is 176 (69.14% from 255 or 27.08% from 650); Blue value is 223 (87.5% from 255 or 34.31% from 650); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB0DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBB0DF is #044F20. Grayscale: #CBCBCB. Windows color (decimal): -282401 or 14659835. OLE color: 14659835.

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

Color convert

RGB251176223-
CMYK00.300.110.02
HSL322.4º90.36%83.73%-
HSV(B)322.4º29.88%98.43%-
XYZ68.6356.8977.18-
YUV203.78138.85161.68-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.62%
GREEN value IS 176 (69.14% from 255) = 27.08%
BLUE value IS 223 (87.5% from 255) = 34.31%
R=38.62%
G=27.08%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117622300.300.110.02322.490.3683.73
HexFBB0DF01EB21425a54
Octal373260337036132502132124
Binary11111011101100001101111101111010111010100001010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB0DF; }

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

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

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

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

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

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

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

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