#FE9DE9

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

Shades of Lavender Rose #FE9DE9

Tints of Lavender Rose #FE9DE9

Color information

#FE9DE9 (or 0xFE9DE9) is unknown color: approx Lavender Rose. HEX triplet: FE, 9D and E9. RGB value is (254,157,233). Sum of RGB (Red+Green+Blue) = 254+157+233=644 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.44% from 644); Green value is 157 (61.72% from 255 or 24.38% from 644); Blue value is 233 (91.41% from 255 or 36.18% from 644); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9DE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9DE9 is #016216. Grayscale: #C2C2C2. Windows color (decimal): -90647 or 15310334. OLE color: 15310334.

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

Color convert

RGB254157233-
CMYK00.380.080.00
HSL312.99º97.98%80.59%-
HSV(B)312.99º38.19%99.61%-
XYZ67.6451.0783.38-
YUV194.67149.64170.32-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.44%
GREEN value IS 157 (61.72% from 255) = 24.38%
BLUE value IS 233 (91.41% from 255) = 36.18%
R=39.44%
G=24.38%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415723300.380.080.00312.9997.9880.59
HexFE9DE9026801396251
Octal376235351046100471142121
Binary11111110100111011110100101001101000010011100111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9DE9; }

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

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

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

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

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

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

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

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