#FE9DEC

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

Shades of Lavender Rose #FE9DEC

Tints of Lavender Rose #FE9DEC

Color information

#FE9DEC (or 0xFE9DEC) is unknown color: approx Lavender Rose. HEX triplet: FE, 9D and EC. RGB value is (254,157,236). Sum of RGB (Red+Green+Blue) = 254+157+236=647 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.26% from 647); Green value is 157 (61.72% from 255 or 24.27% from 647); Blue value is 236 (92.58% from 255 or 36.48% from 647); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9DEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9DEC is #016213. Grayscale: #C2C2C2. Windows color (decimal): -90644 or 15506942. OLE color: 15506942.

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

Color convert

RGB254157236-
CMYK00.380.070.00
HSL311.13º97.98%80.59%-
HSV(B)311.13º38.19%99.61%-
XYZ68.0751.2485.66-
YUV195.01151.14170.08-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.26%
GREEN value IS 157 (61.72% from 255) = 24.27%
BLUE value IS 236 (92.58% from 255) = 36.48%
R=39.26%
G=24.27%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415723600.380.070.00311.1397.9880.59
HexFE9DEC026701376251
Octal37623535404670467142121
Binary1111111010011101111011000100110111010011011111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9DEC; }

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

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

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

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

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

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

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

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