#F199D2

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

Shades of Lavender Rose #F199D2

Tints of Lavender Rose #F199D2

Color information

#F199D2 (or 0xF199D2) is unknown color: approx Lavender Rose. HEX triplet: F1, 99 and D2. RGB value is (241,153,210). Sum of RGB (Red+Green+Blue) = 241+153+210=604 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.90% from 604); Green value is 153 (60.16% from 255 or 25.33% from 604); Blue value is 210 (82.42% from 255 or 34.77% from 604); Max value from RGB is 241 - color contains mainly: red. Hex color #F199D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F199D2 is #0E662D. Grayscale: #B9B9B9. Windows color (decimal): -943662 or 13801969. OLE color: 13801969.

HSL color Cylindrical-coordinate representation of color #F199D2: hue angle of 321.14º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F199D2 is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB241153210-
CMYK00.370.130.05
HSL321.14º75.86%77.25%-
HSV(B)321.14º36.51%94.51%-
XYZ59.346.1466.75-
YUV185.81141.65167.37-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.90%
GREEN value IS 153 (60.16% from 255) = 25.33%
BLUE value IS 210 (82.42% from 255) = 34.77%
R=39.90%
G=25.33%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115321000.370.130.05321.1475.8677.25
HexF199D2025D51414c4d
Octal361231322045155501114115
Binary1111000110011001110100100100101110110110100000110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F199D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F199D2; }

 p { color: rgb(241,153,210); }

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

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

 a { background-color: rgb(241,153,210); }

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

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

 span { border-color: rgb(241,153,210); }

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