#FEB1DE

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

Shades of Lavender Pink #FEB1DE

Tints of Lavender Pink #FEB1DE

Color information

#FEB1DE (or 0xFEB1DE) is unknown color: approx Lavender Pink. HEX triplet: FE, B1 and DE. RGB value is (254,177,222). Sum of RGB (Red+Green+Blue) = 254+177+222=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 177 (69.53% from 255 or 27.11% from 653); Blue value is 222 (87.11% from 255 or 34.00% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB1DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB1DE is #014E21. Grayscale: #CDCDCD. Windows color (decimal): -85538 or 14594558. OLE color: 14594558.

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

Color convert

RGB254177222-
CMYK00.300.130.00
HSL324.94º97.47%84.51%-
HSV(B)324.94º30.31%99.61%-
XYZ69.7857.7976.58-
YUV205.15137.51162.84-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.90%
GREEN value IS 177 (69.53% from 255) = 27.11%
BLUE value IS 222 (87.11% from 255) = 34.00%
R=38.90%
G=27.11%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417722200.300.130.00324.9497.4784.51
HexFEB1DE01ED01456155
Octal376261336036150505141125
Binary1111111010110001110111100111101101010100010111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB1DE; }

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

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

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

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

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

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

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

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