#F991DE

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

Shades of Lavender Rose #F991DE

Tints of Lavender Rose #F991DE

Color information

#F991DE (or 0xF991DE) is unknown color: approx Lavender Rose. HEX triplet: F9, 91 and DE. RGB value is (249,145,222). Sum of RGB (Red+Green+Blue) = 249+145+222=616 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.42% from 616); Green value is 145 (57.03% from 255 or 23.54% from 616); Blue value is 222 (87.11% from 255 or 36.04% from 616); Max value from RGB is 249 - color contains mainly: red. Hex color #F991DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F991DE is #066E21. Grayscale: #B8B8B8. Windows color (decimal): -421410 or 14586361. OLE color: 14586361.

HSL color Cylindrical-coordinate representation of color #F991DE: hue angle of 315.58º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F991DE is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB249145222-
CMYK00.420.110.02
HSL315.58º89.66%77.25%-
HSV(B)315.58º41.77%97.65%-
XYZ62.3845.6674.63-
YUV184.87148.96173.74-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.42%
GREEN value IS 145 (57.03% from 255) = 23.54%
BLUE value IS 222 (87.11% from 255) = 36.04%
R=40.42%
G=23.54%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914522200.420.110.02315.5889.6677.25
HexF991DE02AB213c5a4d
Octal371221336052132474132115
Binary111110011001000111011110010101010111010011110010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F991DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F991DE; }

 p { color: rgb(249,145,222); }

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

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

 a { background-color: rgb(249,145,222); }

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

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

 span { border-color: rgb(249,145,222); }

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