#F196DC

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

Shades of Lavender Rose #F196DC

Tints of Lavender Rose #F196DC

Color information

#F196DC (or 0xF196DC) is unknown color: approx Lavender Rose. HEX triplet: F1, 96 and DC. RGB value is (241,150,220). Sum of RGB (Red+Green+Blue) = 241+150+220=611 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.44% from 611); Green value is 150 (58.98% from 255 or 24.55% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 241 - color contains mainly: red. Hex color #F196DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F196DC is #0E6923. Grayscale: #B9B9B9. Windows color (decimal): -944420 or 14456561. OLE color: 14456561.

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

Color convert

RGB241150220-
CMYK00.380.090.05
HSL313.85º76.47%76.67%-
HSV(B)313.85º37.76%94.51%-
XYZ60.145.6873.36-
YUV185.19147.65167.81-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.44%
GREEN value IS 150 (58.98% from 255) = 24.55%
BLUE value IS 220 (86.33% from 255) = 36.01%
R=39.44%
G=24.55%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115022000.380.090.05313.8576.4776.67
HexF196DC0269513a4c4d
Octal361226334046115472114115
Binary1111000110010110110111000100110100110110011101010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F196DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F196DC; }

 p { color: rgb(241,150,220); }

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

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

 a { background-color: rgb(241,150,220); }

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

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

 span { border-color: rgb(241,150,220); }

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