#FF93DF

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

Shades of Lavender Rose #FF93DF

Tints of Lavender Rose #FF93DF

Color information

#FF93DF (or 0xFF93DF) is unknown color: approx Lavender Rose. HEX triplet: FF, 93 and DF. RGB value is (255,147,223). Sum of RGB (Red+Green+Blue) = 255+147+223=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 147 (57.81% from 255 or 23.52% from 625); Blue value is 223 (87.5% from 255 or 35.68% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FF93DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF93DF is #006C20. Grayscale: #BBBBBB. Windows color (decimal): -27681 or 14652415. OLE color: 14652415.

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

Color convert

RGB255147223-
CMYK00.420.130
HSL317.78º100%78.82%-
HSV(B)317.78º42.35%100%-
XYZ64.9947.4675.55-
YUV187.96147.78175.82-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.8%
GREEN value IS 147 (57.81% from 255) = 23.52%
BLUE value IS 223 (87.5% from 255) = 35.68%
R=40.8%
G=23.52%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514722300.420.130317.7810078.82
HexFF93DF02AD013e644f
Octal377223337052150476144117
Binary11111111100100111101111101010101101010011111011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF93DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF93DF; }

 p { color: rgb(255,147,223); }

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

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

 a { background-color: rgb(255,147,223); }

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

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

 span { border-color: rgb(255,147,223); }

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