#FE93E9

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

Shades of Lavender Rose #FE93E9

Tints of Lavender Rose #FE93E9

Color information

#FE93E9 (or 0xFE93E9) is unknown color: approx Lavender Rose. HEX triplet: FE, 93 and E9. RGB value is (254,147,233). Sum of RGB (Red+Green+Blue) = 254+147+233=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 147 (57.81% from 255 or 23.19% from 634); Blue value is 233 (91.41% from 255 or 36.75% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FE93E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE93E9 is #016C16. Grayscale: #BCBCBC. Windows color (decimal): -93207 or 15307774. OLE color: 15307774.

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

Color convert

RGB254147233-
CMYK00.420.080.00
HSL311.78º98.17%78.63%-
HSV(B)311.78º42.13%99.61%-
XYZ66.0147.8282.84-
YUV188.8152.95174.51-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.06%
GREEN value IS 147 (57.81% from 255) = 23.19%
BLUE value IS 233 (91.41% from 255) = 36.75%
R=40.06%
G=23.19%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414723300.420.080.00311.7898.1778.63
HexFE93E902A80138624f
Octal376223351052100470142117
Binary11111110100100111110100101010101000010011100011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE93E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE93E9; }

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

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

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

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

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

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

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

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