#F3ACCD

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

Shades of Lavender Pink #F3ACCD

Tints of Lavender Pink #F3ACCD

Color information

#F3ACCD (or 0xF3ACCD) is unknown color: approx Lavender Pink. HEX triplet: F3, AC and CD. RGB value is (243,172,205). Sum of RGB (Red+Green+Blue) = 243+172+205=620 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.19% from 620); Green value is 172 (67.58% from 255 or 27.74% from 620); Blue value is 205 (80.47% from 255 or 33.06% from 620); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ACCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3ACCD is #0C5332. Grayscale: #C4C4C4. Windows color (decimal): -807731 or 13479155. OLE color: 13479155.

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

Color convert

RGB243172205-
CMYK00.290.160.05
HSL332.11º74.74%81.37%-
HSV(B)332.11º29.22%95.29%-
XYZ62.7352.9764.67-
YUV196.99132.52160.82-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.19%
GREEN value IS 172 (67.58% from 255) = 27.74%
BLUE value IS 205 (80.47% from 255) = 33.06%
R=39.19%
G=27.74%
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
Decimal24317220500.290.160.05332.1174.7481.37
HexF3ACCD01D10514c4b51
Octal363254315035205514113121
Binary1111001110101100110011010111011000010110100110010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3ACCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3ACCD; }

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

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

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

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

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

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

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

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