#F1ACCC

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

Shades of Lavender Pink #F1ACCC

Tints of Lavender Pink #F1ACCC

Color information

#F1ACCC (or 0xF1ACCC) is unknown color: approx Lavender Pink. HEX triplet: F1, AC and CC. RGB value is (241,172,204). Sum of RGB (Red+Green+Blue) = 241+172+204=617 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.06% from 617); Green value is 172 (67.58% from 255 or 27.88% from 617); Blue value is 204 (80.08% from 255 or 33.06% from 617); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ACCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ACCC is #0E5333. Grayscale: #C4C4C4. Windows color (decimal): -938804 or 13413617. OLE color: 13413617.

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

Color convert

RGB241172204-
CMYK00.290.150.05
HSL332.17º71.13%80.98%-
HSV(B)332.17º28.63%94.51%-
XYZ61.9352.5764.01-
YUV196.28132.36159.9-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.06%
GREEN value IS 172 (67.58% from 255) = 27.88%
BLUE value IS 204 (80.08% from 255) = 33.06%
R=39.06%
G=27.88%
B=33.06%

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
Decimal24117220400.290.150.05332.1771.1380.98
HexF1ACCC01DF514c4751
Octal361254314035175514107121
Binary111100011010110011001100011101111110110100110010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ACCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ACCC; }

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

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

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

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

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

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

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

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