#F1A6DD

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

Shades of Lavender Rose #F1A6DD

Tints of Lavender Rose #F1A6DD

Color information

#F1A6DD (or 0xF1A6DD) is unknown color: approx Lavender Rose. HEX triplet: F1, A6 and DD. RGB value is (241,166,221). Sum of RGB (Red+Green+Blue) = 241+166+221=628 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.38% from 628); Green value is 166 (65.23% from 255 or 26.43% from 628); Blue value is 221 (86.72% from 255 or 35.19% from 628); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A6DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A6DD is #0E5922. Grayscale: #C2C2C2. Windows color (decimal): -940323 or 14526193. OLE color: 14526193.

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

Color convert

RGB241166221-
CMYK00.310.080.05
HSL316º72.82%79.8%-
HSV(B)316º31.12%94.51%-
XYZ62.9651.1974.97-
YUV194.7142.85161.03-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.38%
GREEN value IS 166 (65.23% from 255) = 26.43%
BLUE value IS 221 (86.72% from 255) = 35.19%
R=38.38%
G=26.43%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116622100.310.080.0531672.8279.8
HexF1A6DD01F8513c4950
Octal361246335037105474111120
Binary111100011010011011011101011111100010110011110010010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A6DD; }

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

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

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

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

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

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

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

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