#F1A0CF

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

Shades of Lavender Pink #F1A0CF

Tints of Lavender Pink #F1A0CF

Color information

#F1A0CF (or 0xF1A0CF) is unknown color: approx Lavender Pink. HEX triplet: F1, A0 and CF. RGB value is (241,160,207). Sum of RGB (Red+Green+Blue) = 241+160+207=608 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.64% from 608); Green value is 160 (62.89% from 255 or 26.32% from 608); Blue value is 207 (81.25% from 255 or 34.05% from 608); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A0CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A0CF is #0E5F30. Grayscale: #BDBDBD. Windows color (decimal): -941873 or 13607153. OLE color: 13607153.

HSL color Cylindrical-coordinate representation of color #F1A0CF: hue angle of 325.19º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F1A0CF is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB241160207-
CMYK00.340.140.05
HSL325.19º74.31%78.63%-
HSV(B)325.19º33.61%94.51%-
XYZ60.1148.3565.2-
YUV189.58137.84164.68-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.64%
GREEN value IS 160 (62.89% from 255) = 26.32%
BLUE value IS 207 (81.25% from 255) = 34.05%
R=39.64%
G=26.32%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116020700.340.140.05325.1974.3178.63
HexF1A0CF022E51454a4f
Octal361240317042165505112117
Binary1111000110100000110011110100010111010110100010110010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A0CF; }

 p { color: rgb(241,160,207); }

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

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

 a { background-color: rgb(241,160,207); }

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

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

 span { border-color: rgb(241,160,207); }

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