#F88DEE

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

Shades of Pale Magenta #F88DEE

Tints of Pale Magenta #F88DEE

Color information

#F88DEE (or 0xF88DEE) is unknown color: approx Pale Magenta. HEX triplet: F8, 8D and EE. RGB value is (248,141,238). Sum of RGB (Red+Green+Blue) = 248+141+238=627 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.55% from 627); Green value is 141 (55.47% from 255 or 22.49% from 627); Blue value is 238 (93.36% from 255 or 37.96% from 627); Max value from RGB is 248 - color contains mainly: red. Hex color #F88DEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F88DEE is #077211. Grayscale: #B7B7B7. Windows color (decimal): -487954 or 15633912. OLE color: 15633912.

HSL color Cylindrical-coordinate representation of color #F88DEE: hue angle of 305.61º 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 #F88DEE is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB248141238-
CMYK00.430.040.03
HSL305.61º88.43%76.27%-
HSV(B)305.61º43.15%97.25%-
XYZ63.6745.1886.25-
YUV184.05158.45173.61-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.55%
GREEN value IS 141 (55.47% from 255) = 22.49%
BLUE value IS 238 (93.36% from 255) = 37.96%
R=39.55%
G=22.49%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814123800.430.040.03305.6188.4376.27
HexF88DEE02B43132584c
Octal37021535605343462130114
Binary11111000100011011110111001010111001110011001010110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88DEE; }

 p { color: rgb(248,141,238); }

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

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

 a { background-color: rgb(248,141,238); }

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

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

 span { border-color: rgb(248,141,238); }

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