#F19AD6

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

Shades of Lavender Rose #F19AD6

Tints of Lavender Rose #F19AD6

Color information

#F19AD6 (or 0xF19AD6) is unknown color: approx Lavender Rose. HEX triplet: F1, 9A and D6. RGB value is (241,154,214). Sum of RGB (Red+Green+Blue) = 241+154+214=609 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.57% from 609); Green value is 154 (60.55% from 255 or 25.29% from 609); Blue value is 214 (83.98% from 255 or 35.14% from 609); Max value from RGB is 241 - color contains mainly: red. Hex color #F19AD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19AD6 is #0E6529. Grayscale: #BABABA. Windows color (decimal): -943402 or 14064369. OLE color: 14064369.

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

Color convert

RGB241154214-
CMYK00.360.110.05
HSL318.62º75.65%77.45%-
HSV(B)318.62º36.1%94.51%-
XYZ59.9746.6769.47-
YUV186.85143.32166.62-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.57%
GREEN value IS 154 (60.55% from 255) = 25.29%
BLUE value IS 214 (83.98% from 255) = 35.14%
R=39.57%
G=25.29%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115421400.360.110.05318.6275.6577.45
HexF19AD6024B513f4c4d
Octal361232326044135477114115
Binary1111000110011010110101100100100101110110011111110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19AD6; }

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

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

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

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

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

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

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

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