#F0ABF3

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

Shades of Plum #F0ABF3

Tints of Plum #F0ABF3

Color information

#F0ABF3 (or 0xF0ABF3) is unknown color: approx Plum. HEX triplet: F0, AB and F3. RGB value is (240,171,243). Sum of RGB (Red+Green+Blue) = 240+171+243=654 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.70% from 654); Green value is 171 (67.19% from 255 or 26.15% from 654); Blue value is 243 (95.31% from 255 or 37.16% from 654); Max value from RGB is 243 - color contains mainly: blue. Hex color #F0ABF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0ABF3 is #0F540C. Grayscale: #C7C7C7. Windows color (decimal): -1004557 or 15969264. OLE color: 15969264.

HSL color Cylindrical-coordinate representation of color #F0ABF3: hue angle of 297.5º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F0ABF3 is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB240171243-
CMYK0.010.3000.05
HSL297.5º75%81.18%-
HSV(B)297.5º29.63%95.29%-
XYZ66.6854.1291.73-
YUV199.84152.36156.65-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.70%
GREEN value IS 171 (67.19% from 255) = 26.15%
BLUE value IS 243 (95.31% from 255) = 37.16%
R=36.70%
G=26.15%
B=37.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2401712430.010.3000.05297.57581.18
HexF0ABF311E0512a4b51
Octal36025336313605452113121
Binary111100001010101111110011111110010110010101010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0ABF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0ABF3; }

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

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

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

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

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

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

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

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