#F1AACA

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

Shades of Lavender Pink #F1AACA

Tints of Lavender Pink #F1AACA

Color information

#F1AACA (or 0xF1AACA) is unknown color: approx Lavender Pink. HEX triplet: F1, AA and CA. RGB value is (241,170,202). Sum of RGB (Red+Green+Blue) = 241+170+202=613 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.31% from 613); Green value is 170 (66.80% from 255 or 27.73% from 613); Blue value is 202 (79.30% from 255 or 32.95% from 613); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AACA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AACA is #0E5535. Grayscale: #C2C2C2. Windows color (decimal): -939318 or 13282033. OLE color: 13282033.

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

Color convert

RGB241170202-
CMYK00.290.160.05
HSL332.96º71.72%80.59%-
HSV(B)332.96º29.46%94.51%-
XYZ61.3151.7162.63-
YUV194.88132.02160.9-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.31%
GREEN value IS 170 (66.80% from 255) = 27.73%
BLUE value IS 202 (79.30% from 255) = 32.95%
R=39.31%
G=27.73%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117020200.290.160.05332.9671.7280.59
HexF1AACA01D10514d4851
Octal361252312035205515110121
Binary1111000110101010110010100111011000010110100110110010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AACA; }

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

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

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

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

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

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

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

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