#F1AACC

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

Shades of Lavender Pink #F1AACC

Tints of Lavender Pink #F1AACC

Color information

#F1AACC (or 0xF1AACC) is unknown color: approx Lavender Pink. HEX triplet: F1, AA and CC. RGB value is (241,170,204). Sum of RGB (Red+Green+Blue) = 241+170+204=615 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.19% from 615); Green value is 170 (66.80% from 255 or 27.64% from 615); Blue value is 204 (80.08% from 255 or 33.17% from 615); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AACC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AACC is #0E5533. Grayscale: #C3C3C3. Windows color (decimal): -939316 or 13413105. OLE color: 13413105.

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

Color convert

RGB241170204-
CMYK00.290.150.05
HSL331.27º71.72%80.59%-
HSV(B)331.27º29.46%94.51%-
XYZ61.5551.8163.88-
YUV195.1133.02160.74-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.19%
GREEN value IS 170 (66.80% from 255) = 27.64%
BLUE value IS 204 (80.08% from 255) = 33.17%
R=39.19%
G=27.64%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117020400.290.150.05331.2771.7280.59
HexF1AACC01DF514b4851
Octal361252314035175513110121
Binary111100011010101011001100011101111110110100101110010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AACC; }

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

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

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

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

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

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

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

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