#F1ACD0

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

Shades of Lavender Pink #F1ACD0

Tints of Lavender Pink #F1ACD0

Color information

#F1ACD0 (or 0xF1ACD0) is unknown color: approx Lavender Pink. HEX triplet: F1, AC and D0. RGB value is (241,172,208). Sum of RGB (Red+Green+Blue) = 241+172+208=621 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.81% from 621); Green value is 172 (67.58% from 255 or 27.70% from 621); Blue value is 208 (81.64% from 255 or 33.49% from 621); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ACD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ACD0 is #0E532F. Grayscale: #C4C4C4. Windows color (decimal): -938800 or 13675761. OLE color: 13675761.

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

Color convert

RGB241172208-
CMYK00.290.140.05
HSL328.7º71.13%80.98%-
HSV(B)328.7º28.63%94.51%-
XYZ62.4152.7666.57-
YUV196.74134.36159.57-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.81%
GREEN value IS 172 (67.58% from 255) = 27.70%
BLUE value IS 208 (81.64% from 255) = 33.49%
R=38.81%
G=27.70%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117220800.290.140.05328.771.1380.98
HexF1ACD001DE51494751
Octal361254320035165511107121
Binary111100011010110011010000011101111010110100100110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ACD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ACD0; }

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

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

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

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

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

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

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

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