#F19DE1

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

Shades of Lavender Rose #F19DE1

Tints of Lavender Rose #F19DE1

Color information

#F19DE1 (or 0xF19DE1) is unknown color: approx Lavender Rose. HEX triplet: F1, 9D and E1. RGB value is (241,157,225). Sum of RGB (Red+Green+Blue) = 241+157+225=623 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.68% from 623); Green value is 157 (61.72% from 255 or 25.20% from 623); Blue value is 225 (88.28% from 255 or 36.12% from 623); Max value from RGB is 241 - color contains mainly: red. Hex color #F19DE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19DE1 is #0E621E. Grayscale: #BDBDBD. Windows color (decimal): -942623 or 14786033. OLE color: 14786033.

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

Color convert

RGB241157225-
CMYK00.350.070.05
HSL311.43º75%78.04%-
HSV(B)311.43º34.85%94.51%-
XYZ61.9248.2577.28-
YUV189.87147.83164.47-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.68%
GREEN value IS 157 (61.72% from 255) = 25.20%
BLUE value IS 225 (88.28% from 255) = 36.12%
R=38.68%
G=25.20%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115722500.350.070.05311.437578.04
HexF19DE1023751374b4e
Octal36123534104375467113116
Binary111100011001110111100001010001111110110011011110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19DE1; }

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

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

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

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

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

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

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

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