#FEB1EC

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

Shades of Lavender Rose #FEB1EC

Tints of Lavender Rose #FEB1EC

Color information

#FEB1EC (or 0xFEB1EC) is unknown color: approx Lavender Rose. HEX triplet: FE, B1 and EC. RGB value is (254,177,236). Sum of RGB (Red+Green+Blue) = 254+177+236=667 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.08% from 667); Green value is 177 (69.53% from 255 or 26.54% from 667); Blue value is 236 (92.58% from 255 or 35.38% from 667); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB1EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEB1EC is #014E13. Grayscale: #CECECE. Windows color (decimal): -85524 or 15512062. OLE color: 15512062.

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

Color convert

RGB254177236-
CMYK00.300.070.00
HSL314.03º97.47%84.51%-
HSV(B)314.03º30.31%99.61%-
XYZ71.7458.5786.88-
YUV206.75144.51161.7-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.08%
GREEN value IS 177 (69.53% from 255) = 26.54%
BLUE value IS 236 (92.58% from 255) = 35.38%
R=38.08%
G=26.54%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417723600.300.070.00314.0397.4784.51
HexFEB1EC01E7013a6155
Octal37626135403670472141125
Binary111111101011000111101100011110111010011101011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB1EC; }

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

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

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

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

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

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

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

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