#F19ED7

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

Shades of Lavender Rose #F19ED7

Tints of Lavender Rose #F19ED7

Color information

#F19ED7 (or 0xF19ED7) is unknown color: approx Lavender Rose. HEX triplet: F1, 9E and D7. RGB value is (241,158,215). Sum of RGB (Red+Green+Blue) = 241+158+215=614 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.25% from 614); Green value is 158 (62.11% from 255 or 25.73% from 614); Blue value is 215 (84.38% from 255 or 35.02% from 614); Max value from RGB is 241 - color contains mainly: red. Hex color #F19ED7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19ED7 is #0E6128. Grayscale: #BDBDBD. Windows color (decimal): -942377 or 14130929. OLE color: 14130929.

HSL color Cylindrical-coordinate representation of color #F19ED7: hue angle of 318.8º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F19ED7 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB241158215-
CMYK00.340.110.05
HSL318.8º74.77%78.24%-
HSV(B)318.8º34.44%94.51%-
XYZ60.7748.0670.36-
YUV189.32142.5164.87-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.25%
GREEN value IS 158 (62.11% from 255) = 25.73%
BLUE value IS 215 (84.38% from 255) = 35.02%
R=39.25%
G=25.73%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115821500.340.110.05318.874.7778.24
HexF19ED7022B513f4b4e
Octal361236327042135477113116
Binary1111000110011110110101110100010101110110011111110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19ED7; }

 p { color: rgb(241,158,215); }

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

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

 a { background-color: rgb(241,158,215); }

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

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

 span { border-color: rgb(241,158,215); }

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