#F19ED4

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

Shades of Lavender Rose #F19ED4

Tints of Lavender Rose #F19ED4

Color information

#F19ED4 (or 0xF19ED4) is unknown color: approx Lavender Rose. HEX triplet: F1, 9E and D4. RGB value is (241,158,212). Sum of RGB (Red+Green+Blue) = 241+158+212=611 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.44% from 611); Green value is 158 (62.11% from 255 or 25.86% from 611); Blue value is 212 (83.20% from 255 or 34.70% from 611); Max value from RGB is 241 - color contains mainly: red. Hex color #F19ED4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19ED4 is #0E612B. Grayscale: #BCBCBC. Windows color (decimal): -942380 or 13934321. OLE color: 13934321.

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

Color convert

RGB241158212-
CMYK00.340.120.05
HSL320.96º74.77%78.24%-
HSV(B)320.96º34.44%94.51%-
XYZ60.3947.9168.35-
YUV188.97141165.11-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.44%
GREEN value IS 158 (62.11% from 255) = 25.86%
BLUE value IS 212 (83.20% from 255) = 34.70%
R=39.44%
G=25.86%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115821200.340.120.05320.9674.7778.24
HexF19ED4022C51414b4e
Octal361236324042145501113116
Binary1111000110011110110101000100010110010110100000110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19ED4; }

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

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

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

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

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

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

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

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