Html Css Color HEX #FC8FE2 Pale Magenta

📋 copy color: '#FC8FE2'

red 252 ◦ green 143 ◦ blue 226

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

Shades of Pale Magenta #FC8FE2

Tints of Pale Magenta #FC8FE2

RGB

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

 GREEN value IS 143 (56.25% from 255) = 23.03%

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

R = 40.58%
G = 23.03%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FC8FE2 (or 0xFC8FE2) is known color: Pale Magenta. HEX triplet: FC, 8F and E2. RGB value is (252,143,226). Sum of RGB (Red+Green+Blue) = 252+143+226=621 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.58% from 621); Green value is 143 (56.25% from 255 or 23.03% from 621); Blue value is 226 (88.67% from 255 or 36.39% from 621); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8FE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8FE2 is #03701D. Grayscale: #B8B8B8. Windows color (decimal): -225310 or 14847996. OLE color: 14847996.

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

Color convert

RGB 252 143 226 -
CMYK 0 0.43 0.10 0.01
HSL 314.31º 0.95% 0.77% -
HSV(B) 314.31º 0.43% 0.99% -
XYZ 63.69 45.83 77.44 -
YUV 185.05 151.11 175.75 -
System Red Green Blue C M Y K H S L
Decimal 252 143 226 0 0.43 0.10 0.01 314.31 0.95 0.77
Hex FC 8F E2 0 2B A 1 13A 5F 4D
Octal 374 217 342 0 53 12 1 472 137 115
Binary 11111100 10001111 11100010 0 101011 1010 1 100111010 1011111 1001101

Color Harmonies of #FC8FE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8FE2

Black with #FC8FE2

Text Example


Text Example

White with #FC8FE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8FE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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