#F19DE9

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

Shades of Lavender Rose #F19DE9

Tints of Lavender Rose #F19DE9

Color information

#F19DE9 (or 0xF19DE9) is unknown color: approx Lavender Rose. HEX triplet: F1, 9D and E9. RGB value is (241,157,233). Sum of RGB (Red+Green+Blue) = 241+157+233=631 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.19% from 631); Green value is 157 (61.72% from 255 or 24.88% from 631); Blue value is 233 (91.41% from 255 or 36.93% from 631); Max value from RGB is 241 - color contains mainly: red. Hex color #F19DE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19DE9 is #0E6216. Grayscale: #BEBEBE. Windows color (decimal): -942615 or 15310321. OLE color: 15310321.

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

Color convert

RGB241157233-
CMYK00.350.030.05
HSL305.71º75%78.04%-
HSV(B)305.71º34.85%94.51%-
XYZ63.0448.783.17-
YUV190.78151.83163.82-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.19%
GREEN value IS 157 (61.72% from 255) = 24.88%
BLUE value IS 233 (91.41% from 255) = 36.93%
R=38.19%
G=24.88%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115723300.350.030.05305.717578.04
HexF19DE9023351324b4e
Octal36123535104335462113116
Binary11110001100111011110100101000111110110011001010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19DE9; }

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

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

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

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

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

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

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

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