#F1ACF3

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

Shades of Plum #F1ACF3

Tints of Plum #F1ACF3

Color information

#F1ACF3 (or 0xF1ACF3) is unknown color: approx Plum. HEX triplet: F1, AC and F3. RGB value is (241,172,243). Sum of RGB (Red+Green+Blue) = 241+172+243=656 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.74% from 656); Green value is 172 (67.58% from 255 or 26.22% from 656); Blue value is 243 (95.31% from 255 or 37.04% from 656); Max value from RGB is 243 - color contains mainly: blue. Hex color #F1ACF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1ACF3 is #0E530C. Grayscale: #C8C8C8. Windows color (decimal): -938765 or 15969521. OLE color: 15969521.

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

Color convert

RGB241172243-
CMYK0.010.2900.05
HSL298.31º74.74%81.37%-
HSV(B)298.31º29.22%95.29%-
XYZ67.2154.6891.81-
YUV200.72151.86156.73-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.74%
GREEN value IS 172 (67.58% from 255) = 26.22%
BLUE value IS 243 (95.31% from 255) = 37.04%
R=36.74%
G=26.22%
B=37.04%

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
Decimal2411722430.010.2900.05298.3174.7481.37
HexF1ACF311D0512a4b51
Octal36125436313505452113121
Binary111100011010110011110011111101010110010101010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ACF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ACF3; }

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

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

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

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

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

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

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

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