#F88CED

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

Shades of Pale Magenta #F88CED

Tints of Pale Magenta #F88CED

Color information

#F88CED (or 0xF88CED) is unknown color: approx Pale Magenta. HEX triplet: F8, 8C and ED. RGB value is (248,140,237). Sum of RGB (Red+Green+Blue) = 248+140+237=625 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.68% from 625); Green value is 140 (55.08% from 255 or 22.4% from 625); Blue value is 237 (92.97% from 255 or 37.92% from 625); Max value from RGB is 248 - color contains mainly: red. Hex color #F88CED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F88CED is #077312. Grayscale: #B7B7B7. Windows color (decimal): -488211 or 15568120. OLE color: 15568120.

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

Color convert

RGB248140237-
CMYK00.440.040.03
HSL306.11º88.52%76.08%-
HSV(B)306.11º43.55%97.25%-
XYZ63.3844.8385.43-
YUV183.35158.28174.11-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.68%
GREEN value IS 140 (55.08% from 255) = 22.4%
BLUE value IS 237 (92.97% from 255) = 37.92%
R=39.68%
G=22.4%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814023700.440.040.03306.1188.5276.08
HexF88CED02C43132594c
Octal37021435505443462131114
Binary11111000100011001110110101011001001110011001010110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88CED; }

 p { color: rgb(248,140,237); }

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

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

 a { background-color: rgb(248,140,237); }

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

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

 span { border-color: rgb(248,140,237); }

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