#FEB1DB

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

Shades of Lavender Pink #FEB1DB

Tints of Lavender Pink #FEB1DB

Color information

#FEB1DB (or 0xFEB1DB) is unknown color: approx Lavender Pink. HEX triplet: FE, B1 and DB. RGB value is (254,177,219). Sum of RGB (Red+Green+Blue) = 254+177+219=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 177 (69.53% from 255 or 27.23% from 650); Blue value is 219 (85.94% from 255 or 33.69% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB1DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB1DB is #014E24. Grayscale: #CCCCCC. Windows color (decimal): -85541 or 14397950. OLE color: 14397950.

HSL color Cylindrical-coordinate representation of color #FEB1DB: hue angle of 327.27º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FEB1DB is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB254177219-
CMYK00.300.140.00
HSL327.27º97.47%84.51%-
HSV(B)327.27º30.31%99.61%-
XYZ69.3857.6374.48-
YUV204.81136.01163.08-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.08%
GREEN value IS 177 (69.53% from 255) = 27.23%
BLUE value IS 219 (85.94% from 255) = 33.69%
R=39.08%
G=27.23%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417721900.300.140.00327.2797.4784.51
HexFEB1DB01EE01476155
Octal376261333036160507141125
Binary1111111010110001110110110111101110010100011111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB1DB; }

 p { color: rgb(254,177,219); }

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

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

 a { background-color: rgb(254,177,219); }

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

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

 span { border-color: rgb(254,177,219); }

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