Html Css Color HEX #FC7CED Pale Magenta

📋 copy color: '#FC7CED'

red 252 ◦ green 124 ◦ blue 237

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

Shades of Pale Magenta #FC7CED

Tints of Pale Magenta #FC7CED

RGB

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

 GREEN value IS 124 (48.83% from 255) = 20.23%

 BLUE value IS 237 (92.97% from 255) = 38.66%

R = 41.11%
G = 20.23%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FC7CED (or 0xFC7CED) is known color: Pale Magenta. HEX triplet: FC, 7C and ED. RGB value is (252,124,237). Sum of RGB (Red+Green+Blue) = 252+124+237=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 124 (48.83% from 255 or 20.23% from 613); Blue value is 237 (92.97% from 255 or 38.66% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7CED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC7CED is #038312. Grayscale: #AEAEAE. Windows color (decimal): -230163 or 15564028. OLE color: 15564028.

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

Color convert

RGB 252 124 237 -
CMYK 0 0.51 0.06 0.01
HSL 307.03º 0.96% 0.74% -
HSV(B) 307.03º 0.51% 0.99% -
XYZ 62.64 41.23 84.78 -
YUV 175.15 162.91 182.81 -
System Red Green Blue C M Y K H S L
Decimal 252 124 237 0 0.51 0.06 0.01 307.03 0.96 0.74
Hex FC 7C ED 0 33 6 1 133 60 4A
Octal 374 174 355 0 63 6 1 463 140 112
Binary 11111100 1111100 11101101 0 110011 110 1 100110011 1100000 1001010

Color Harmonies of #FC7CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7CED

Black with #FC7CED

Text Example


Text Example

White with #FC7CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7CED; }

 p { color: rgb(252,124,237); }

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

background-color css

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

 a { background-color: rgb(252,124,237); }

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

border-color css

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

 span { border-color: rgb(252,124,237); }

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