#F19DE5

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

Shades of Lavender Rose #F19DE5

Tints of Lavender Rose #F19DE5

Color information

#F19DE5 (or 0xF19DE5) is unknown color: approx Lavender Rose. HEX triplet: F1, 9D and E5. RGB value is (241,157,229). Sum of RGB (Red+Green+Blue) = 241+157+229=627 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.44% from 627); Green value is 157 (61.72% from 255 or 25.04% from 627); Blue value is 229 (89.84% from 255 or 36.52% from 627); Max value from RGB is 241 - color contains mainly: red. Hex color #F19DE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19DE5 is #0E621A. Grayscale: #BEBEBE. Windows color (decimal): -942619 or 15048177. OLE color: 15048177.

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

Color convert

RGB241157229-
CMYK00.350.050.05
HSL308.57º75%78.04%-
HSV(B)308.57º34.85%94.51%-
XYZ62.4848.4780.19-
YUV190.32149.83164.15-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.44%
GREEN value IS 157 (61.72% from 255) = 25.04%
BLUE value IS 229 (89.84% from 255) = 36.52%
R=38.44%
G=25.04%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115722900.350.050.05308.577578.04
HexF19DE5023551354b4e
Octal36123534504355465113116
Binary111100011001110111100101010001110110110011010110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19DE5; }

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

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

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

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

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

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

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

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