#FEB1DF

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

Shades of Lavender Pink #FEB1DF

Tints of Lavender Pink #FEB1DF

Color information

#FEB1DF (or 0xFEB1DF) is unknown color: approx Lavender Pink. HEX triplet: FE, B1 and DF. RGB value is (254,177,223). Sum of RGB (Red+Green+Blue) = 254+177+223=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 177 (69.53% from 255 or 27.06% from 654); Blue value is 223 (87.5% from 255 or 34.10% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB1DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB1DF is #014E20. Grayscale: #CDCDCD. Windows color (decimal): -85537 or 14660094. OLE color: 14660094.

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

Color convert

RGB254177223-
CMYK00.300.120.00
HSL324.16º97.47%84.51%-
HSV(B)324.16º30.31%99.61%-
XYZ69.9157.8477.29-
YUV205.27138.01162.76-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.84%
GREEN value IS 177 (69.53% from 255) = 27.06%
BLUE value IS 223 (87.5% from 255) = 34.10%
R=38.84%
G=27.06%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417722300.300.120.00324.1697.4784.51
HexFEB1DF01EC01446155
Octal376261337036140504141125
Binary1111111010110001110111110111101100010100010011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB1DF; }

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

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

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

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

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

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

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

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