#F19AE4

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

Shades of Lavender Rose #F19AE4

Tints of Lavender Rose #F19AE4

Color information

#F19AE4 (or 0xF19AE4) is unknown color: approx Lavender Rose. HEX triplet: F1, 9A and E4. RGB value is (241,154,228). Sum of RGB (Red+Green+Blue) = 241+154+228=623 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.68% from 623); Green value is 154 (60.55% from 255 or 24.72% from 623); Blue value is 228 (89.45% from 255 or 36.60% from 623); Max value from RGB is 241 - color contains mainly: red. Hex color #F19AE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19AE4 is #0E651B. Grayscale: #BCBCBC. Windows color (decimal): -943388 or 14981873. OLE color: 14981873.

HSL color Cylindrical-coordinate representation of color #F19AE4: hue angle of 308.97º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F19AE4 is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB241154228-
CMYK00.360.050.05
HSL308.97º75.65%77.45%-
HSV(B)308.97º36.1%94.51%-
XYZ61.8347.4179.29-
YUV188.45150.32165.48-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.68%
GREEN value IS 154 (60.55% from 255) = 24.72%
BLUE value IS 228 (89.45% from 255) = 36.60%
R=38.68%
G=24.72%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115422800.360.050.05308.9775.6577.45
HexF19AE4024551354c4d
Octal36123234404455465114115
Binary111100011001101011100100010010010110110011010110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19AE4; }

 p { color: rgb(241,154,228); }

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

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

 a { background-color: rgb(241,154,228); }

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

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

 span { border-color: rgb(241,154,228); }

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