#F1A6CC

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

Shades of Lavender Pink #F1A6CC

Tints of Lavender Pink #F1A6CC

Color information

#F1A6CC (or 0xF1A6CC) is unknown color: approx Lavender Pink. HEX triplet: F1, A6 and CC. RGB value is (241,166,204). Sum of RGB (Red+Green+Blue) = 241+166+204=611 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.44% from 611); Green value is 166 (65.23% from 255 or 27.17% from 611); Blue value is 204 (80.08% from 255 or 33.39% from 611); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A6CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A6CC is #0E5933. Grayscale: #C0C0C0. Windows color (decimal): -940340 or 13412081. OLE color: 13412081.

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

Color convert

RGB241166204-
CMYK00.310.150.05
HSL329.6º72.82%79.8%-
HSV(B)329.6º31.12%94.51%-
XYZ60.8150.3363.64-
YUV192.76134.35162.41-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.44%
GREEN value IS 166 (65.23% from 255) = 27.17%
BLUE value IS 204 (80.08% from 255) = 33.39%
R=39.44%
G=27.17%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116620400.310.150.05329.672.8279.8
HexF1A6CC01FF514a4950
Octal361246314037175512111120
Binary111100011010011011001100011111111110110100101010010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A6CC; }

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

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

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

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

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

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

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

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