#FF93D3

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

Shades of Lavender Rose #FF93D3

Tints of Lavender Rose #FF93D3

Color information

#FF93D3 (or 0xFF93D3) is unknown color: approx Lavender Rose. HEX triplet: FF, 93 and D3. RGB value is (255,147,211). Sum of RGB (Red+Green+Blue) = 255+147+211=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 147 (57.81% from 255 or 23.98% from 613); Blue value is 211 (82.81% from 255 or 34.42% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FF93D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF93D3 is #006C2C. Grayscale: #BABABA. Windows color (decimal): -27693 or 13865983. OLE color: 13865983.

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

Color convert

RGB255147211-
CMYK00.420.170
HSL324.44º100%78.82%-
HSV(B)324.44º42.35%100%-
XYZ63.4346.8367.32-
YUV186.59141.78176.8-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.60%
GREEN value IS 147 (57.81% from 255) = 23.98%
BLUE value IS 211 (82.81% from 255) = 34.42%
R=41.60%
G=23.98%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514721100.420.170324.4410078.82
HexFF93D302A110144644f
Octal377223323052210504144117
Binary111111111001001111010011010101010001010100010011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF93D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF93D3; }

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

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

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

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

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

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

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

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