#F993D7

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

Shades of Lavender Rose #F993D7

Tints of Lavender Rose #F993D7

Color information

#F993D7 (or 0xF993D7) is unknown color: approx Lavender Rose. HEX triplet: F9, 93 and D7. RGB value is (249,147,215). Sum of RGB (Red+Green+Blue) = 249+147+215=611 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.75% from 611); Green value is 147 (57.81% from 255 or 24.06% from 611); Blue value is 215 (84.38% from 255 or 35.19% from 611); Max value from RGB is 249 - color contains mainly: red. Hex color #F993D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F993D7 is #066C28. Grayscale: #B9B9B9. Windows color (decimal): -420905 or 14128121. OLE color: 14128121.

HSL color Cylindrical-coordinate representation of color #F993D7: hue angle of 320º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F993D7 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB249147215-
CMYK00.410.140.02
HSL320º89.47%77.65%-
HSV(B)320º40.96%97.65%-
XYZ61.7745.9169.9-
YUV185.25144.79173.47-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.75%
GREEN value IS 147 (57.81% from 255) = 24.06%
BLUE value IS 215 (84.38% from 255) = 35.19%
R=40.75%
G=24.06%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914721500.410.140.0232089.4777.65
HexF993D7029E2140594e
Octal371223327051162500131116
Binary111110011001001111010111010100111101010100000010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F993D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F993D7; }

 p { color: rgb(249,147,215); }

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

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

 a { background-color: rgb(249,147,215); }

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

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

 span { border-color: rgb(249,147,215); }

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