#F2ACCD

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

Shades of Lavender Pink #F2ACCD

Tints of Lavender Pink #F2ACCD

Color information

#F2ACCD (or 0xF2ACCD) is unknown color: approx Lavender Pink. HEX triplet: F2, AC and CD. RGB value is (242,172,205). Sum of RGB (Red+Green+Blue) = 242+172+205=619 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.10% from 619); Green value is 172 (67.58% from 255 or 27.79% from 619); Blue value is 205 (80.47% from 255 or 33.12% from 619); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ACCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ACCD is #0D5332. Grayscale: #C4C4C4. Windows color (decimal): -873267 or 13479154. OLE color: 13479154.

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

Color convert

RGB242172205-
CMYK00.290.150.05
HSL331.71º72.92%81.18%-
HSV(B)331.71º28.93%94.9%-
XYZ62.3952.7964.66-
YUV196.69132.69160.32-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.10%
GREEN value IS 172 (67.58% from 255) = 27.79%
BLUE value IS 205 (80.47% from 255) = 33.12%
R=39.10%
G=27.79%
B=33.12%

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
Decimal24217220500.290.150.05331.7172.9281.18
HexF2ACCD01DF514c4951
Octal362254315035175514111121
Binary111100101010110011001101011101111110110100110010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2ACCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2ACCD; }

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

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

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

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

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

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

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

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