#FEB2EC

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

Shades of Lavender Rose #FEB2EC

Tints of Lavender Rose #FEB2EC

Color information

#FEB2EC (or 0xFEB2EC) is unknown color: approx Lavender Rose. HEX triplet: FE, B2 and EC. RGB value is (254,178,236). Sum of RGB (Red+Green+Blue) = 254+178+236=668 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.02% from 668); Green value is 178 (69.92% from 255 or 26.65% from 668); Blue value is 236 (92.58% from 255 or 35.33% from 668); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB2EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEB2EC is #014D13. Grayscale: #CFCFCF. Windows color (decimal): -85268 or 15512318. OLE color: 15512318.

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

Color convert

RGB254178236-
CMYK00.300.070.00
HSL314.21º97.44%84.71%-
HSV(B)314.21º29.92%99.61%-
XYZ71.9358.9786.95-
YUV207.34144.18161.28-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.02%
GREEN value IS 178 (69.92% from 255) = 26.65%
BLUE value IS 236 (92.58% from 255) = 35.33%
R=38.02%
G=26.65%
B=35.33%

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
Decimal25417823600.300.070.00314.2197.4484.71
HexFEB2EC01E7013a6155
Octal37626235403670472141125
Binary111111101011001011101100011110111010011101011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB2EC; }

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

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

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

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

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

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

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

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