#FE93DC

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

Shades of Lavender Rose #FE93DC

Tints of Lavender Rose #FE93DC

Color information

#FE93DC (or 0xFE93DC) is unknown color: approx Lavender Rose. HEX triplet: FE, 93 and DC. RGB value is (254,147,220). Sum of RGB (Red+Green+Blue) = 254+147+220=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 147 (57.81% from 255 or 23.67% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FE93DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE93DC is #016C23. Grayscale: #BBBBBB. Windows color (decimal): -93220 or 14455806. OLE color: 14455806.

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

Color convert

RGB254147220-
CMYK00.420.130.00
HSL319.07º98.17%78.63%-
HSV(B)319.07º42.13%99.61%-
XYZ64.2347.1173.42-
YUV187.32146.45175.56-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.90%
GREEN value IS 147 (57.81% from 255) = 23.67%
BLUE value IS 220 (86.33% from 255) = 35.43%
R=40.90%
G=23.67%
B=35.43%

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
Decimal25414722000.420.130.00319.0798.1778.63
HexFE93DC02AD013f624f
Octal376223334052150477142117
Binary11111110100100111101110001010101101010011111111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE93DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE93DC; }

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

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

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

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

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

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

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

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