#F1A3CF

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

Shades of Lavender Pink #F1A3CF

Tints of Lavender Pink #F1A3CF

Color information

#F1A3CF (or 0xF1A3CF) is unknown color: approx Lavender Pink. HEX triplet: F1, A3 and CF. RGB value is (241,163,207). Sum of RGB (Red+Green+Blue) = 241+163+207=611 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.44% from 611); Green value is 163 (64.06% from 255 or 26.68% from 611); Blue value is 207 (81.25% from 255 or 33.88% from 611); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A3CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A3CF is #0E5C30. Grayscale: #BFBFBF. Windows color (decimal): -941105 or 13607921. OLE color: 13607921.

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

Color convert

RGB241163207-
CMYK00.320.140.05
HSL326.15º73.58%79.22%-
HSV(B)326.15º32.37%94.51%-
XYZ60.6449.465.37-
YUV191.34136.84163.42-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.44%
GREEN value IS 163 (64.06% from 255) = 26.68%
BLUE value IS 207 (81.25% from 255) = 33.88%
R=39.44%
G=26.68%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116320700.320.140.05326.1573.5879.22
HexF1A3CF020E51464a4f
Octal361243317040165506112117
Binary1111000110100011110011110100000111010110100011010010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A3CF; }

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

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

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

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

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

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

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

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