#FE9FEC

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

Shades of Lavender Rose #FE9FEC

Tints of Lavender Rose #FE9FEC

Color information

#FE9FEC (or 0xFE9FEC) is unknown color: approx Lavender Rose. HEX triplet: FE, 9F and EC. RGB value is (254,159,236). Sum of RGB (Red+Green+Blue) = 254+159+236=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 159 (62.5% from 255 or 24.50% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9FEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9FEC is #016013. Grayscale: #C3C3C3. Windows color (decimal): -90132 or 15507454. OLE color: 15507454.

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

Color convert

RGB254159236-
CMYK00.370.070.00
HSL311.37º97.94%80.98%-
HSV(B)311.37º37.4%99.61%-
XYZ68.4151.9285.77-
YUV196.18150.47169.24-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.14%
GREEN value IS 159 (62.5% from 255) = 24.50%
BLUE value IS 236 (92.58% from 255) = 36.36%
R=39.14%
G=24.50%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415923600.370.070.00311.3797.9480.98
HexFE9FEC025701376251
Octal37623735404570467142121
Binary1111111010011111111011000100101111010011011111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9FEC; }

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

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

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

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

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

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

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

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