#FD8FED

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

Shades of Pale Magenta #FD8FED

Tints of Pale Magenta #FD8FED

Color information

#FD8FED (or 0xFD8FED) is unknown color: approx Pale Magenta. HEX triplet: FD, 8F and ED. RGB value is (253,143,237). Sum of RGB (Red+Green+Blue) = 253+143+237=633 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.97% from 633); Green value is 143 (56.25% from 255 or 22.59% from 633); Blue value is 237 (92.97% from 255 or 37.44% from 633); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8FED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD8FED is #027012. Grayscale: #BABABA. Windows color (decimal): -159763 or 15568893. OLE color: 15568893.

HSL color Cylindrical-coordinate representation of color #FD8FED: hue angle of 308.73º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FD8FED is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB253143237-
CMYK00.430.060.01
HSL308.73º96.49%77.65%-
HSV(B)308.73º43.48%99.22%-
XYZ65.6246.6485.67-
YUV186.61156.44175.36-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.97%
GREEN value IS 143 (56.25% from 255) = 22.59%
BLUE value IS 237 (92.97% from 255) = 37.44%
R=39.97%
G=22.59%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314323700.430.060.01308.7396.4977.65
HexFD8FED02B61135604e
Octal37521735505361465140116
Binary1111110110001111111011010101011110110011010111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8FED; }

 p { color: rgb(253,143,237); }

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

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

 a { background-color: rgb(253,143,237); }

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

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

 span { border-color: rgb(253,143,237); }

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