#F1A6CD

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

Shades of Lavender Pink #F1A6CD

Tints of Lavender Pink #F1A6CD

Color information

#F1A6CD (or 0xF1A6CD) is unknown color: approx Lavender Pink. HEX triplet: F1, A6 and CD. RGB value is (241,166,205). Sum of RGB (Red+Green+Blue) = 241+166+205=612 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.38% from 612); Green value is 166 (65.23% from 255 or 27.12% from 612); Blue value is 205 (80.47% from 255 or 33.50% from 612); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A6CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A6CD is #0E5932. Grayscale: #C0C0C0. Windows color (decimal): -940339 or 13477617. OLE color: 13477617.

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

Color convert

RGB241166205-
CMYK00.310.150.05
HSL328.8º72.82%79.8%-
HSV(B)328.8º31.12%94.51%-
XYZ60.9350.3864.27-
YUV192.87134.85162.33-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.38%
GREEN value IS 166 (65.23% from 255) = 27.12%
BLUE value IS 205 (80.47% from 255) = 33.50%
R=39.38%
G=27.12%
B=33.50%

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
Decimal24116620500.310.150.05328.872.8279.8
HexF1A6CD01FF51494950
Octal361246315037175511111120
Binary111100011010011011001101011111111110110100100110010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A6CD; }

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

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

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

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

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

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

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

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