#FE93DE

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

Shades of Lavender Rose #FE93DE

Tints of Lavender Rose #FE93DE

Color information

#FE93DE (or 0xFE93DE) is unknown color: approx Lavender Rose. HEX triplet: FE, 93 and DE. RGB value is (254,147,222). Sum of RGB (Red+Green+Blue) = 254+147+222=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 147 (57.81% from 255 or 23.60% from 623); Blue value is 222 (87.11% from 255 or 35.63% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FE93DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE93DE is #016C21. Grayscale: #BBBBBB. Windows color (decimal): -93218 or 14586878. OLE color: 14586878.

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

Color convert

RGB254147222-
CMYK00.420.130.00
HSL317.94º98.17%78.63%-
HSV(B)317.94º42.13%99.61%-
XYZ64.4947.2174.82-
YUV187.54147.45175.4-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.77%
GREEN value IS 147 (57.81% from 255) = 23.60%
BLUE value IS 222 (87.11% from 255) = 35.63%
R=40.77%
G=23.60%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414722200.420.130.00317.9498.1778.63
HexFE93DE02AD013e624f
Octal376223336052150476142117
Binary11111110100100111101111001010101101010011111011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE93DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE93DE; }

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

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

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

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

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

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

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

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