#FEB9EC

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

Shades of Lavender Rose #FEB9EC

Tints of Lavender Rose #FEB9EC

Color information

#FEB9EC (or 0xFEB9EC) is unknown color: approx Lavender Rose. HEX triplet: FE, B9 and EC. RGB value is (254,185,236). Sum of RGB (Red+Green+Blue) = 254+185+236=675 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.63% from 675); Green value is 185 (72.66% from 255 or 27.41% from 675); Blue value is 236 (92.58% from 255 or 34.96% from 675); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB9EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB9EC is #014613. Grayscale: #D3D3D3. Windows color (decimal): -83476 or 15514110. OLE color: 15514110.

HSL color Cylindrical-coordinate representation of color #FEB9EC: hue angle of 315.65º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FEB9EC is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB254185236-
CMYK00.270.070.00
HSL315.65º97.18%86.08%-
HSV(B)315.65º27.17%99.61%-
XYZ73.3661.8287.42-
YUV211.44141.86158.35-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.63%
GREEN value IS 185 (72.66% from 255) = 27.41%
BLUE value IS 236 (92.58% from 255) = 34.96%
R=37.63%
G=27.41%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418523600.270.070.00315.6597.1886.08
HexFEB9EC01B7013c6156
Octal37627135403370474141126
Binary111111101011100111101100011011111010011110011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB9EC; }

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

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

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

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

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

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

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

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