#F19DEE

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

Shades of Lavender Rose #F19DEE

Tints of Lavender Rose #F19DEE

Color information

#F19DEE (or 0xF19DEE) is unknown color: approx Lavender Rose. HEX triplet: F1, 9D and EE. RGB value is (241,157,238). Sum of RGB (Red+Green+Blue) = 241+157+238=636 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.89% from 636); Green value is 157 (61.72% from 255 or 24.69% from 636); Blue value is 238 (93.36% from 255 or 37.42% from 636); Max value from RGB is 241 - color contains mainly: red. Hex color #F19DEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19DEE is #0E6211. Grayscale: #BFBFBF. Windows color (decimal): -942610 or 15638001. OLE color: 15638001.

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

Color convert

RGB241157238-
CMYK00.350.010.05
HSL302.14º75%78.04%-
HSV(B)302.14º34.85%94.51%-
XYZ63.7748.9986.98-
YUV191.35154.33163.41-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.89%
GREEN value IS 157 (61.72% from 255) = 24.69%
BLUE value IS 238 (93.36% from 255) = 37.42%
R=37.89%
G=24.69%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115723800.350.010.05302.147578.04
HexF19DEE0231512e4b4e
Octal36123535604315456113116
Binary1111000110011101111011100100011110110010111010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19DEE; }

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

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

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

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

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

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

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

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