Html Css Color HEX #FC6CE4 Pale Magenta

📋 copy color: '#FC6CE4'

red 252 ◦ green 108 ◦ blue 228

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

Shades of Pale Magenta #FC6CE4

Tints of Pale Magenta #FC6CE4

RGB

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

 GREEN value IS 108 (42.58% from 255) = 18.37%

 BLUE value IS 228 (89.45% from 255) = 38.78%

R = 42.86%
G = 18.37%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FC6CE4 (or 0xFC6CE4) is known color: Pale Magenta. HEX triplet: FC, 6C and E4. RGB value is (252,108,228). Sum of RGB (Red+Green+Blue) = 252+108+228=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 108 (42.58% from 255 or 18.37% from 588); Blue value is 228 (89.45% from 255 or 38.78% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6CE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6CE4 is #03931B. Grayscale: #A4A4A4. Windows color (decimal): -234268 or 14970108. OLE color: 14970108.

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

Color convert

RGB 252 108 228 -
CMYK 0 0.57 0.10 0.01
HSL 310º 0.96% 0.71% -
HSV(B) 310º 0.57% 0.99% -
XYZ 59.51 37.02 77.41 -
YUV 164.74 163.71 190.24 -
System Red Green Blue C M Y K H S L
Decimal 252 108 228 0 0.57 0.10 0.01 310 0.96 0.71
Hex FC 6C E4 0 39 A 1 136 60 47
Octal 374 154 344 0 71 12 1 466 140 107
Binary 11111100 1101100 11100100 0 111001 1010 1 100110110 1100000 1000111

Color Harmonies of #FC6CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6CE4

Black with #FC6CE4

Text Example


Text Example

White with #FC6CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6CE4; }

 p { color: rgb(252,108,228); }

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

background-color css

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

 a { background-color: rgb(252,108,228); }

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

border-color css

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

 span { border-color: rgb(252,108,228); }

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