Html Css Color HEX #FC8CE8 Pale Magenta

📋 copy color: '#FC8CE8'

red 252 ◦ green 140 ◦ blue 232

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

Shades of Pale Magenta #FC8CE8

Tints of Pale Magenta #FC8CE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 37.18%

R = 40.38%
G = 22.44%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FC8CE8 (or 0xFC8CE8) is known color: Pale Magenta. HEX triplet: FC, 8C and E8. RGB value is (252,140,232). Sum of RGB (Red+Green+Blue) = 252+140+232=624 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.38% from 624); Green value is 140 (55.08% from 255 or 22.44% from 624); Blue value is 232 (91.02% from 255 or 37.18% from 624); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8CE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC8CE8 is #037317. Grayscale: #B7B7B7. Windows color (decimal): -226072 or 15240444. OLE color: 15240444.

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

Color convert

RGB 252 140 232 -
CMYK 0 0.44 0.08 0.01
HSL 310.71º 0.95% 0.77% -
HSV(B) 310.71º 0.44% 0.99% -
XYZ 64.09 45.28 81.71 -
YUV 183.98 155.11 176.52 -
System Red Green Blue C M Y K H S L
Decimal 252 140 232 0 0.44 0.08 0.01 310.71 0.95 0.77
Hex FC 8C E8 0 2C 8 1 137 5F 4D
Octal 374 214 350 0 54 10 1 467 137 115
Binary 11111100 10001100 11101000 0 101100 1000 1 100110111 1011111 1001101

Color Harmonies of #FC8CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8CE8

Black with #FC8CE8

Text Example


Text Example

White with #FC8CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8CE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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