#FE93DB

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

Shades of Lavender Rose #FE93DB

Tints of Lavender Rose #FE93DB

Color information

#FE93DB (or 0xFE93DB) is unknown color: approx Lavender Rose. HEX triplet: FE, 93 and DB. RGB value is (254,147,219). Sum of RGB (Red+Green+Blue) = 254+147+219=620 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.97% from 620); Green value is 147 (57.81% from 255 or 23.71% from 620); Blue value is 219 (85.94% from 255 or 35.32% from 620); Max value from RGB is 254 - color contains mainly: red. Hex color #FE93DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE93DB is #016C24. Grayscale: #BBBBBB. Windows color (decimal): -93221 or 14390270. OLE color: 14390270.

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

Color convert

RGB254147219-
CMYK00.420.140.00
HSL319.63º98.17%78.63%-
HSV(B)319.63º42.13%99.61%-
XYZ64.0947.0572.72-
YUV187.2145.95175.65-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.97%
GREEN value IS 147 (57.81% from 255) = 23.71%
BLUE value IS 219 (85.94% from 255) = 35.32%
R=40.97%
G=23.71%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414721900.420.140.00319.6398.1778.63
HexFE93DB02AE0140624f
Octal376223333052160500142117
Binary11111110100100111101101101010101110010100000011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE93DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE93DB; }

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

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

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

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

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

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

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

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