#F1AACE

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

Shades of Lavender Pink #F1AACE

Tints of Lavender Pink #F1AACE

Color information

#F1AACE (or 0xF1AACE) is unknown color: approx Lavender Pink. HEX triplet: F1, AA and CE. RGB value is (241,170,206). Sum of RGB (Red+Green+Blue) = 241+170+206=617 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.06% from 617); Green value is 170 (66.80% from 255 or 27.55% from 617); Blue value is 206 (80.86% from 255 or 33.39% from 617); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AACE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AACE is #0E5531. Grayscale: #C3C3C3. Windows color (decimal): -939314 or 13544177. OLE color: 13544177.

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

Color convert

RGB241170206-
CMYK00.290.150.05
HSL329.58º71.72%80.59%-
HSV(B)329.58º29.46%94.51%-
XYZ61.7951.9165.15-
YUV195.33134.02160.57-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.06%
GREEN value IS 170 (66.80% from 255) = 27.55%
BLUE value IS 206 (80.86% from 255) = 33.39%
R=39.06%
G=27.55%
B=33.39%

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
Decimal24117020600.290.150.05329.5871.7280.59
HexF1AACE01DF514a4851
Octal361252316035175512110121
Binary111100011010101011001110011101111110110100101010010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AACE; }

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

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

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

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

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

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

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

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