Html Css Color HEX #FC6EDF Pale Magenta

📋 copy color: '#FC6EDF'

red 252 ◦ green 110 ◦ blue 223

#FC6EDF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Magenta #FC6EDF

Tints of Pale Magenta #FC6EDF

RGB

 RED value IS 252 (98.83% from 255) = 43.08%

 GREEN value IS 110 (43.36% from 255) = 18.8%

 BLUE value IS 223 (87.5% from 255) = 38.12%

R = 43.08%
G = 18.8%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FC6EDF (or 0xFC6EDF) is known color: Pale Magenta. HEX triplet: FC, 6E and DF. RGB value is (252,110,223). Sum of RGB (Red+Green+Blue) = 252+110+223=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 110 (43.36% from 255 or 18.80% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6EDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6EDF is #039120. Grayscale: #A5A5A5. Windows color (decimal): -233761 or 14642940. OLE color: 14642940.

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

Color convert

RGB 252 110 223 -
CMYK 0 0.56 0.12 0.01
HSL 312.25º 0.96% 0.71% -
HSV(B) 312.25º 0.56% 0.99% -
XYZ 59.04 37.18 73.88 -
YUV 165.34 160.54 189.81 -
System Red Green Blue C M Y K H S L
Decimal 252 110 223 0 0.56 0.12 0.01 312.25 0.96 0.71
Hex FC 6E DF 0 38 C 1 138 60 47
Octal 374 156 337 0 70 14 1 470 140 107
Binary 11111100 1101110 11011111 0 111000 1100 1 100111000 1100000 1000111

Color Harmonies of #FC6EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6EDF

Black with #FC6EDF

Text Example


Text Example

White with #FC6EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6EDF; }

 p { color: rgb(252,110,223); }

 H1.HeaderClassName
 {
   color: #FC6EDF;
 }
 .AnyTagClassName
 {
   color: #FC6EDF;
 }
</style>

background-color css

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

 a { background-color: rgb(252,110,223); }

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

border-color css

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

 span { border-color: rgb(252,110,223); }

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