#FE6FDF

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

Shades of Pale Magenta #FE6FDF

Tints of Pale Magenta #FE6FDF

Color information

#FE6FDF (or 0xFE6FDF) is unknown color: approx Pale Magenta. HEX triplet: FE, 6F and DF. RGB value is (254,111,223). Sum of RGB (Red+Green+Blue) = 254+111+223=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 111 (43.75% from 255 or 18.88% from 588); Blue value is 223 (87.5% from 255 or 37.93% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6FDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6FDF is #019020. Grayscale: #A6A6A6. Windows color (decimal): -102433 or 14643198. OLE color: 14643198.

HSL color Cylindrical-coordinate representation of color #FE6FDF: hue angle of 313.01º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FE6FDF is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB254111223-
CMYK00.560.120.00
HSL313.01º98.62%71.57%-
HSV(B)313.01º56.3%99.61%-
XYZ59.8837.7773.95-
YUV166.52159.88190.39-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.20%
GREEN value IS 111 (43.75% from 255) = 18.88%
BLUE value IS 223 (87.5% from 255) = 37.93%
R=43.20%
G=18.88%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25411122300.560.120.00313.0198.6271.57
HexFE6FDF038C01396348
Octal376157337070140471143110
Binary1111111011011111101111101110001100010011100111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6FDF; }

 p { color: rgb(254,111,223); }

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

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

 a { background-color: rgb(254,111,223); }

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

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

 span { border-color: rgb(254,111,223); }

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