#F88FDE

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

Shades of Pale Magenta #F88FDE

Tints of Pale Magenta #F88FDE

Color information

#F88FDE (or 0xF88FDE) is unknown color: approx Pale Magenta. HEX triplet: F8, 8F and DE. RGB value is (248,143,222). Sum of RGB (Red+Green+Blue) = 248+143+222=613 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.46% from 613); Green value is 143 (56.25% from 255 or 23.33% from 613); Blue value is 222 (87.11% from 255 or 36.22% from 613); Max value from RGB is 248 - color contains mainly: red. Hex color #F88FDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88FDE is #077021. Grayscale: #B7B7B7. Windows color (decimal): -487458 or 14585848. OLE color: 14585848.

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

Color convert

RGB248143222-
CMYK00.420.100.03
HSL314.86º88.24%76.67%-
HSV(B)314.86º42.34%97.25%-
XYZ61.7244.8874.52-
YUV183.4149.79174.08-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.46%
GREEN value IS 143 (56.25% from 255) = 23.33%
BLUE value IS 222 (87.11% from 255) = 36.22%
R=40.46%
G=23.33%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814322200.420.100.03314.8688.2476.67
HexF88FDE02AA313b584d
Octal370217336052123473130115
Binary111110001000111111011110010101010101110011101110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88FDE; }

 p { color: rgb(248,143,222); }

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

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

 a { background-color: rgb(248,143,222); }

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

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

 span { border-color: rgb(248,143,222); }

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