#F1AACF

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

Shades of Lavender Pink #F1AACF

Tints of Lavender Pink #F1AACF

Color information

#F1AACF (or 0xF1AACF) is unknown color: approx Lavender Pink. HEX triplet: F1, AA and CF. RGB value is (241,170,207). Sum of RGB (Red+Green+Blue) = 241+170+207=618 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.00% from 618); Green value is 170 (66.80% from 255 or 27.51% from 618); Blue value is 207 (81.25% from 255 or 33.50% from 618); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AACF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AACF is #0E5530. Grayscale: #C3C3C3. Windows color (decimal): -939313 or 13609713. OLE color: 13609713.

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

Color convert

RGB241170207-
CMYK00.290.140.05
HSL328.73º71.72%80.59%-
HSV(B)328.73º29.46%94.51%-
XYZ61.9151.9665.8-
YUV195.45134.52160.49-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.00%
GREEN value IS 170 (66.80% from 255) = 27.51%
BLUE value IS 207 (81.25% from 255) = 33.50%
R=39.00%
G=27.51%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117020700.290.140.05328.7371.7280.59
HexF1AACF01DE51494851
Octal361252317035165511110121
Binary111100011010101011001111011101111010110100100110010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AACF; }

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

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

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

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

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

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

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

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