#F19DE6

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

Shades of Lavender Rose #F19DE6

Tints of Lavender Rose #F19DE6

Color information

#F19DE6 (or 0xF19DE6) is unknown color: approx Lavender Rose. HEX triplet: F1, 9D and E6. RGB value is (241,157,230). Sum of RGB (Red+Green+Blue) = 241+157+230=628 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.38% from 628); Green value is 157 (61.72% from 255 or 25% from 628); Blue value is 230 (90.23% from 255 or 36.62% from 628); Max value from RGB is 241 - color contains mainly: red. Hex color #F19DE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19DE6 is #0E6219. Grayscale: #BEBEBE. Windows color (decimal): -942618 or 15113713. OLE color: 15113713.

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

Color convert

RGB241157230-
CMYK00.350.050.05
HSL307.86º75%78.04%-
HSV(B)307.86º34.85%94.51%-
XYZ62.6248.5380.93-
YUV190.44150.33164.06-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.38%
GREEN value IS 157 (61.72% from 255) = 25%
BLUE value IS 230 (90.23% from 255) = 36.62%
R=38.38%
G=25%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115723000.350.050.05307.867578.04
HexF19DE6023551344b4e
Octal36123534604355464113116
Binary111100011001110111100110010001110110110011010010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19DE6; }

 p { color: rgb(241,157,230); }

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

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

 a { background-color: rgb(241,157,230); }

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

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

 span { border-color: rgb(241,157,230); }

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