Html Css Color HEX #FC6BE8 Pale Magenta

📋 copy color: '#FC6BE8'

red 252 ◦ green 107 ◦ blue 232

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

Shades of Pale Magenta #FC6BE8

Tints of Pale Magenta #FC6BE8

RGB

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

 GREEN value IS 107 (42.19% from 255) = 18.1%

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

R = 42.64%
G = 18.1%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FC6BE8 (or 0xFC6BE8) is known color: Pale Magenta. HEX triplet: FC, 6B and E8. RGB value is (252,107,232). Sum of RGB (Red+Green+Blue) = 252+107+232=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 107 (42.19% from 255 or 18.10% from 591); Blue value is 232 (91.02% from 255 or 39.26% from 591); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6BE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC6BE8 is #039417. Grayscale: #A4A4A4. Windows color (decimal): -234520 or 15231996. OLE color: 15231996.

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

Color convert

RGB 252 107 232 -
CMYK 0 0.58 0.08 0.01
HSL 308.28º 0.96% 0.7% -
HSV(B) 308.28º 0.58% 0.99% -
XYZ 59.97 37.04 80.33 -
YUV 164.61 166.04 190.34 -
System Red Green Blue C M Y K H S L
Decimal 252 107 232 0 0.58 0.08 0.01 308.28 0.96 0.7
Hex FC 6B E8 0 3A 8 1 134 60 46
Octal 374 153 350 0 72 10 1 464 140 106
Binary 11111100 1101011 11101000 0 111010 1000 1 100110100 1100000 1000110

Color Harmonies of #FC6BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6BE8

Black with #FC6BE8

Text Example


Text Example

White with #FC6BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6BE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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