#F1AACB

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

Shades of Lavender Pink #F1AACB

Tints of Lavender Pink #F1AACB

Color information

#F1AACB (or 0xF1AACB) is unknown color: approx Lavender Pink. HEX triplet: F1, AA and CB. RGB value is (241,170,203). Sum of RGB (Red+Green+Blue) = 241+170+203=614 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.25% from 614); Green value is 170 (66.80% from 255 or 27.69% from 614); Blue value is 203 (79.69% from 255 or 33.06% from 614); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AACB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AACB is #0E5534. Grayscale: #C2C2C2. Windows color (decimal): -939317 or 13347569. OLE color: 13347569.

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

Color convert

RGB241170203-
CMYK00.290.160.05
HSL332.11º71.72%80.59%-
HSV(B)332.11º29.46%94.51%-
XYZ61.4351.7663.25-
YUV194.99132.52160.82-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.25%
GREEN value IS 170 (66.80% from 255) = 27.69%
BLUE value IS 203 (79.69% from 255) = 33.06%
R=39.25%
G=27.69%
B=33.06%

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
Decimal24117020300.290.160.05332.1171.7280.59
HexF1AACB01D10514c4851
Octal361252313035205514110121
Binary1111000110101010110010110111011000010110100110010010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AACB; }

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

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

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

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

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

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

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

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