#F19FDC

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

Shades of Lavender Rose #F19FDC

Tints of Lavender Rose #F19FDC

Color information

#F19FDC (or 0xF19FDC) is unknown color: approx Lavender Rose. HEX triplet: F1, 9F and DC. RGB value is (241,159,220). Sum of RGB (Red+Green+Blue) = 241+159+220=620 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.87% from 620); Green value is 159 (62.5% from 255 or 25.65% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 241 - color contains mainly: red. Hex color #F19FDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19FDC is #0E6023. Grayscale: #BEBEBE. Windows color (decimal): -942116 or 14458865. OLE color: 14458865.

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

Color convert

RGB241159220-
CMYK00.340.090.05
HSL315.37º74.55%78.43%-
HSV(B)315.37º34.02%94.51%-
XYZ61.5948.6673.86-
YUV190.47144.67164.04-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.87%
GREEN value IS 159 (62.5% from 255) = 25.65%
BLUE value IS 220 (86.33% from 255) = 35.48%
R=38.87%
G=25.65%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115922000.340.090.05315.3774.5578.43
HexF19FDC0229513b4b4e
Octal361237334042115473113116
Binary1111000110011111110111000100010100110110011101110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19FDC; }

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

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

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

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

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

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

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

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