#F88EDD

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

Shades of Pale Magenta #F88EDD

Tints of Pale Magenta #F88EDD

Color information

#F88EDD (or 0xF88EDD) is unknown color: approx Pale Magenta. HEX triplet: F8, 8E and DD. RGB value is (248,142,221). Sum of RGB (Red+Green+Blue) = 248+142+221=611 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.59% from 611); Green value is 142 (55.86% from 255 or 23.24% from 611); Blue value is 221 (86.72% from 255 or 36.17% from 611); Max value from RGB is 248 - color contains mainly: red. Hex color #F88EDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88EDD is #077122. Grayscale: #B6B6B6. Windows color (decimal): -487715 or 14520056. OLE color: 14520056.

HSL color Cylindrical-coordinate representation of color #F88EDD: hue angle of 315.28º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F88EDD is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB248142221-
CMYK00.430.110.03
HSL315.28º88.33%76.47%-
HSV(B)315.28º42.74%97.25%-
XYZ61.4444.5273.76-
YUV182.7149.62174.58-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.59%
GREEN value IS 142 (55.86% from 255) = 23.24%
BLUE value IS 221 (86.72% from 255) = 36.17%
R=40.59%
G=23.24%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814222100.430.110.03315.2888.3376.47
HexF88EDD02BB313b584c
Octal370216335053133473130114
Binary111110001000111011011101010101110111110011101110110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88EDD; }

 p { color: rgb(248,142,221); }

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

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

 a { background-color: rgb(248,142,221); }

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

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

 span { border-color: rgb(248,142,221); }

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