#FEB1DA

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

Shades of Lavender Pink #FEB1DA

Tints of Lavender Pink #FEB1DA

Color information

#FEB1DA (or 0xFEB1DA) is unknown color: approx Lavender Pink. HEX triplet: FE, B1 and DA. RGB value is (254,177,218). Sum of RGB (Red+Green+Blue) = 254+177+218=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 177 (69.53% from 255 or 27.27% from 649); Blue value is 218 (85.55% from 255 or 33.59% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB1DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB1DA is #014E25. Grayscale: #CCCCCC. Windows color (decimal): -85542 or 14332414. OLE color: 14332414.

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

Color convert

RGB254177218-
CMYK00.300.140.00
HSL328.05º97.47%84.51%-
HSV(B)328.05º30.31%99.61%-
XYZ69.2557.5873.79-
YUV204.7135.51163.17-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.14%
GREEN value IS 177 (69.53% from 255) = 27.27%
BLUE value IS 218 (85.55% from 255) = 33.59%
R=39.14%
G=27.27%
B=33.59%

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
Decimal25417721800.300.140.00328.0597.4784.51
HexFEB1DA01EE01486155
Octal376261332036160510141125
Binary1111111010110001110110100111101110010100100011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB1DA; }

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

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

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

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

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

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

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

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