Html Css Color HEX #FC8CE2 Pale Magenta

📋 copy color: '#FC8CE2'

red 252 ◦ green 140 ◦ blue 226

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

Shades of Pale Magenta #FC8CE2

Tints of Pale Magenta #FC8CE2

RGB

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

 GREEN value IS 140 (55.08% from 255) = 22.65%

 BLUE value IS 226 (88.67% from 255) = 36.57%

R = 40.78%
G = 22.65%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FC8CE2 (or 0xFC8CE2) is known color: Pale Magenta. HEX triplet: FC, 8C and E2. RGB value is (252,140,226). Sum of RGB (Red+Green+Blue) = 252+140+226=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 140 (55.08% from 255 or 22.65% from 618); Blue value is 226 (88.67% from 255 or 36.57% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8CE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8CE2 is #03731D. Grayscale: #B7B7B7. Windows color (decimal): -226078 or 14847228. OLE color: 14847228.

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

Color convert

RGB 252 140 226 -
CMYK 0 0.44 0.10 0.01
HSL 313.93º 0.95% 0.77% -
HSV(B) 313.93º 0.44% 0.99% -
XYZ 63.25 44.94 77.29 -
YUV 183.29 152.11 177.01 -
System Red Green Blue C M Y K H S L
Decimal 252 140 226 0 0.44 0.10 0.01 313.93 0.95 0.77
Hex FC 8C E2 0 2C A 1 13A 5F 4D
Octal 374 214 342 0 54 12 1 472 137 115
Binary 11111100 10001100 11100010 0 101100 1010 1 100111010 1011111 1001101

Color Harmonies of #FC8CE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8CE2

Black with #FC8CE2

Text Example


Text Example

White with #FC8CE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8CE2; }

 p { color: rgb(252,140,226); }

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

background-color css

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

 a { background-color: rgb(252,140,226); }

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

border-color css

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

 span { border-color: rgb(252,140,226); }

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