#F1ACCD

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

Shades of Lavender Pink #F1ACCD

Tints of Lavender Pink #F1ACCD

Color information

#F1ACCD (or 0xF1ACCD) is unknown color: approx Lavender Pink. HEX triplet: F1, AC and CD. RGB value is (241,172,205). Sum of RGB (Red+Green+Blue) = 241+172+205=618 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.00% from 618); Green value is 172 (67.58% from 255 or 27.83% from 618); Blue value is 205 (80.47% from 255 or 33.17% from 618); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ACCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ACCD is #0E5332. Grayscale: #C4C4C4. Windows color (decimal): -938803 or 13479153. OLE color: 13479153.

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

Color convert

RGB241172205-
CMYK00.290.150.05
HSL331.3º71.13%80.98%-
HSV(B)331.3º28.63%94.51%-
XYZ62.0552.6164.64-
YUV196.39132.86159.82-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.00%
GREEN value IS 172 (67.58% from 255) = 27.83%
BLUE value IS 205 (80.47% from 255) = 33.17%
R=39.00%
G=27.83%
B=33.17%

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
Decimal24117220500.290.150.05331.371.1380.98
HexF1ACCD01DF514b4751
Octal361254315035175513107121
Binary111100011010110011001101011101111110110100101110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ACCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ACCD; }

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

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

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

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

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

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

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

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