#F1A6CB

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

Shades of Lavender Pink #F1A6CB

Tints of Lavender Pink #F1A6CB

Color information

#F1A6CB (or 0xF1A6CB) is unknown color: approx Lavender Pink. HEX triplet: F1, A6 and CB. RGB value is (241,166,203). Sum of RGB (Red+Green+Blue) = 241+166+203=610 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.51% from 610); Green value is 166 (65.23% from 255 or 27.21% from 610); Blue value is 203 (79.69% from 255 or 33.28% from 610); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A6CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A6CB is #0E5934. Grayscale: #C0C0C0. Windows color (decimal): -940341 or 13346545. OLE color: 13346545.

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

Color convert

RGB241166203-
CMYK00.310.160.05
HSL330.4º72.82%79.8%-
HSV(B)330.4º31.12%94.51%-
XYZ60.6950.2963.01-
YUV192.64133.85162.49-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.51%
GREEN value IS 166 (65.23% from 255) = 27.21%
BLUE value IS 203 (79.69% from 255) = 33.28%
R=39.51%
G=27.21%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116620300.310.160.05330.472.8279.8
HexF1A6CB01F10514a4950
Octal361246313037205512111120
Binary1111000110100110110010110111111000010110100101010010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A6CB; }

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

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

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

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

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

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

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

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