#F19EDD

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

Shades of Lavender Rose #F19EDD

Tints of Lavender Rose #F19EDD

Color information

#F19EDD (or 0xF19EDD) is unknown color: approx Lavender Rose. HEX triplet: F1, 9E and DD. RGB value is (241,158,221). Sum of RGB (Red+Green+Blue) = 241+158+221=620 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.87% from 620); Green value is 158 (62.11% from 255 or 25.48% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 241 - color contains mainly: red. Hex color #F19EDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19EDD is #0E6122. Grayscale: #BDBDBD. Windows color (decimal): -942371 or 14524145. OLE color: 14524145.

HSL color Cylindrical-coordinate representation of color #F19EDD: hue angle of 314.46º 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 #F19EDD is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB241158221-
CMYK00.340.080.05
HSL314.46º74.77%78.24%-
HSV(B)314.46º34.44%94.51%-
XYZ61.5548.3774.5-
YUV190145.5164.38-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.87%
GREEN value IS 158 (62.11% from 255) = 25.48%
BLUE value IS 221 (86.72% from 255) = 35.65%
R=38.87%
G=25.48%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115822100.340.080.05314.4674.7778.24
HexF19EDD0228513a4b4e
Octal361236335042105472113116
Binary1111000110011110110111010100010100010110011101010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19EDD; }

 p { color: rgb(241,158,221); }

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

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

 a { background-color: rgb(241,158,221); }

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

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

 span { border-color: rgb(241,158,221); }

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