#F0ACF3

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

Shades of Plum #F0ACF3

Tints of Plum #F0ACF3

Color information

#F0ACF3 (or 0xF0ACF3) is unknown color: approx Plum. HEX triplet: F0, AC and F3. RGB value is (240,172,243). Sum of RGB (Red+Green+Blue) = 240+172+243=655 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.64% from 655); Green value is 172 (67.58% from 255 or 26.26% from 655); Blue value is 243 (95.31% from 255 or 37.10% from 655); Max value from RGB is 243 - color contains mainly: blue. Hex color #F0ACF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0ACF3 is #0F530C. Grayscale: #C8C8C8. Windows color (decimal): -1004301 or 15969520. OLE color: 15969520.

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

Color convert

RGB240172243-
CMYK0.010.2900.05
HSL297.46º74.74%81.37%-
HSV(B)297.46º29.22%95.29%-
XYZ66.8754.591.79-
YUV200.43152.03156.23-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.64%
GREEN value IS 172 (67.58% from 255) = 26.26%
BLUE value IS 243 (95.31% from 255) = 37.10%
R=36.64%
G=26.26%
B=37.10%

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
Decimal2401722430.010.2900.05297.4674.7481.37
HexF0ACF311D051294b51
Octal36025436313505451113121
Binary111100001010110011110011111101010110010100110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0ACF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0ACF3; }

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

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

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

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

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

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

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

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