#F1A6EB

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

Shades of Lavender Rose #F1A6EB

Tints of Lavender Rose #F1A6EB

Color information

#F1A6EB (or 0xF1A6EB) is unknown color: approx Lavender Rose. HEX triplet: F1, A6 and EB. RGB value is (241,166,235). Sum of RGB (Red+Green+Blue) = 241+166+235=642 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.54% from 642); Green value is 166 (65.23% from 255 or 25.86% from 642); Blue value is 235 (92.19% from 255 or 36.60% from 642); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A6EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1A6EB is #0E5914. Grayscale: #C4C4C4. Windows color (decimal): -940309 or 15443697. OLE color: 15443697.

HSL color Cylindrical-coordinate representation of color #F1A6EB: hue angle of 304.8º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F1A6EB is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB241166235-
CMYK00.310.020.05
HSL304.8º72.82%79.8%-
HSV(B)304.8º31.12%94.51%-
XYZ64.9151.9785.21-
YUV196.29149.85159.89-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.54%
GREEN value IS 166 (65.23% from 255) = 25.86%
BLUE value IS 235 (92.19% from 255) = 36.60%
R=37.54%
G=25.86%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116623500.310.020.05304.872.8279.8
HexF1A6EB01F251314950
Octal36124635303725461111120
Binary1111000110100110111010110111111010110011000110010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A6EB; }

 p { color: rgb(241,166,235); }

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

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

 a { background-color: rgb(241,166,235); }

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

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

 span { border-color: rgb(241,166,235); }

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