#F19DE8

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

Shades of Lavender Rose #F19DE8

Tints of Lavender Rose #F19DE8

Color information

#F19DE8 (or 0xF19DE8) is unknown color: approx Lavender Rose. HEX triplet: F1, 9D and E8. RGB value is (241,157,232). Sum of RGB (Red+Green+Blue) = 241+157+232=630 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.25% from 630); Green value is 157 (61.72% from 255 or 24.92% from 630); Blue value is 232 (91.02% from 255 or 36.83% from 630); Max value from RGB is 241 - color contains mainly: red. Hex color #F19DE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19DE8 is #0E6217. Grayscale: #BEBEBE. Windows color (decimal): -942616 or 15244785. OLE color: 15244785.

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

Color convert

RGB241157232-
CMYK00.350.040.05
HSL306.43º75%78.04%-
HSV(B)306.43º34.85%94.51%-
XYZ62.948.6482.42-
YUV190.67151.33163.9-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.25%
GREEN value IS 157 (61.72% from 255) = 24.92%
BLUE value IS 232 (91.02% from 255) = 36.83%
R=38.25%
G=24.92%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115723200.350.040.05306.437578.04
HexF19DE8023451324b4e
Octal36123535004345462113116
Binary111100011001110111101000010001110010110011001010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19DE8; }

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

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

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

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

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

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

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

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