#FE9DEE

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

Shades of Lavender Rose #FE9DEE

Tints of Lavender Rose #FE9DEE

Color information

#FE9DEE (or 0xFE9DEE) is unknown color: approx Lavender Rose. HEX triplet: FE, 9D and EE. RGB value is (254,157,238). Sum of RGB (Red+Green+Blue) = 254+157+238=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 157 (61.72% from 255 or 24.19% from 649); Blue value is 238 (93.36% from 255 or 36.67% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9DEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9DEE is #016211. Grayscale: #C3C3C3. Windows color (decimal): -90642 or 15638014. OLE color: 15638014.

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

Color convert

RGB254157238-
CMYK00.380.060.00
HSL309.9º97.98%80.59%-
HSV(B)309.9º38.19%99.61%-
XYZ68.3651.3687.2-
YUV195.24152.14169.91-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.14%
GREEN value IS 157 (61.72% from 255) = 24.19%
BLUE value IS 238 (93.36% from 255) = 36.67%
R=39.14%
G=24.19%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415723800.380.060.00309.997.9880.59
HexFE9DEE026601366251
Octal37623535604660466142121
Binary1111111010011101111011100100110110010011011011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9DEE; }

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

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

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

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

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

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

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

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