#FE93E5

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

Shades of Lavender Rose #FE93E5

Tints of Lavender Rose #FE93E5

Color information

#FE93E5 (or 0xFE93E5) is unknown color: approx Lavender Rose. HEX triplet: FE, 93 and E5. RGB value is (254,147,229). Sum of RGB (Red+Green+Blue) = 254+147+229=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 147 (57.81% from 255 or 23.33% from 630); Blue value is 229 (89.84% from 255 or 36.35% from 630); Max value from RGB is 254 - color contains mainly: red. Hex color #FE93E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE93E5 is #016C1A. Grayscale: #BCBCBC. Windows color (decimal): -93211 or 15045630. OLE color: 15045630.

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

Color convert

RGB254147229-
CMYK00.420.100.00
HSL314.02º98.17%78.63%-
HSV(B)314.02º42.13%99.61%-
XYZ65.4547.679.87-
YUV188.34150.95174.83-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.32%
GREEN value IS 147 (57.81% from 255) = 23.33%
BLUE value IS 229 (89.84% from 255) = 36.35%
R=40.32%
G=23.33%
B=36.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414722900.420.100.00314.0298.1778.63
HexFE93E502AA013a624f
Octal376223345052120472142117
Binary11111110100100111110010101010101010010011101011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE93E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE93E5; }

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

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

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

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

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

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

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

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