#F19AE8

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

Shades of Lavender Rose #F19AE8

Tints of Lavender Rose #F19AE8

Color information

#F19AE8 (or 0xF19AE8) is unknown color: approx Lavender Rose. HEX triplet: F1, 9A and E8. RGB value is (241,154,232). Sum of RGB (Red+Green+Blue) = 241+154+232=627 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.44% from 627); Green value is 154 (60.55% from 255 or 24.56% from 627); Blue value is 232 (91.02% from 255 or 37.00% from 627); Max value from RGB is 241 - color contains mainly: red. Hex color #F19AE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19AE8 is #0E6517. Grayscale: #BCBCBC. Windows color (decimal): -943384 or 15244017. OLE color: 15244017.

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

Color convert

RGB241154232-
CMYK00.360.040.05
HSL306.21º75.65%77.45%-
HSV(B)306.21º36.1%94.51%-
XYZ62.447.6482.25-
YUV188.9152.32165.16-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.44%
GREEN value IS 154 (60.55% from 255) = 24.56%
BLUE value IS 232 (91.02% from 255) = 37.00%
R=38.44%
G=24.56%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115423200.360.040.05306.2175.6577.45
HexF19AE8024451324c4d
Octal36123235004445462114115
Binary111100011001101011101000010010010010110011001010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19AE8; }

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

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

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

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

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

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

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

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