#F0ACF2

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

Shades of Plum #F0ACF2

Tints of Plum #F0ACF2

Color information

#F0ACF2 (or 0xF0ACF2) is unknown color: approx Plum. HEX triplet: F0, AC and F2. RGB value is (240,172,242). Sum of RGB (Red+Green+Blue) = 240+172+242=654 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.70% from 654); Green value is 172 (67.58% from 255 or 26.30% from 654); Blue value is 242 (94.92% from 255 or 37.00% from 654); Max value from RGB is 242 - color contains mainly: blue. Hex color #F0ACF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0ACF2 is #0F530D. Grayscale: #C8C8C8. Windows color (decimal): -1004302 or 15903984. OLE color: 15903984.

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

Color convert

RGB240172242-
CMYK0.010.2900.05
HSL298.29º72.92%81.18%-
HSV(B)298.29º28.93%94.9%-
XYZ66.7154.4491-
YUV200.31151.53156.31-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.70%
GREEN value IS 172 (67.58% from 255) = 26.30%
BLUE value IS 242 (94.92% from 255) = 37.00%
R=36.70%
G=26.30%
B=37.00%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2401722420.010.2900.05298.2972.9281.18
HexF0ACF211D0512a4951
Octal36025436213505452111121
Binary111100001010110011110010111101010110010101010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0ACF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0ACF2; }

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

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

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

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

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

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

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

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