Html Css Color HEX #FC6CE5 Pale Magenta

📋 copy color: '#FC6CE5'

red 252 ◦ green 108 ◦ blue 229

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

Shades of Pale Magenta #FC6CE5

Tints of Pale Magenta #FC6CE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 38.88%

R = 42.78%
G = 18.34%
B = 38.88%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FC6CE5 (or 0xFC6CE5) is known color: Pale Magenta. HEX triplet: FC, 6C and E5. RGB value is (252,108,229). Sum of RGB (Red+Green+Blue) = 252+108+229=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 108 (42.58% from 255 or 18.34% from 589); Blue value is 229 (89.84% from 255 or 38.88% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6CE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6CE5 is #03931A. Grayscale: #A4A4A4. Windows color (decimal): -234267 or 15035644. OLE color: 15035644.

HSL color Cylindrical-coordinate representation of color #FC6CE5: hue angle of 309.58º 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 #FC6CE5 is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 108 229 -
CMYK 0 0.57 0.09 0.01
HSL 309.58º 0.96% 0.71% -
HSV(B) 309.58º 0.57% 0.99% -
XYZ 59.65 37.08 78.14 -
YUV 164.85 164.21 190.16 -
System Red Green Blue C M Y K H S L
Decimal 252 108 229 0 0.57 0.09 0.01 309.58 0.96 0.71
Hex FC 6C E5 0 39 9 1 136 60 47
Octal 374 154 345 0 71 11 1 466 140 107
Binary 11111100 1101100 11100101 0 111001 1001 1 100110110 1100000 1000111

Color Harmonies of #FC6CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6CE5

Black with #FC6CE5

Text Example


Text Example

White with #FC6CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6CE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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