Html Css Color HEX #FC84E6 Pale Magenta

📋 copy color: '#FC84E6'

red 252 ◦ green 132 ◦ blue 230

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

Shades of Pale Magenta #FC84E6

Tints of Pale Magenta #FC84E6

RGB

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

 GREEN value IS 132 (51.95% from 255) = 21.5%

 BLUE value IS 230 (90.23% from 255) = 37.46%

R = 41.04%
G = 21.5%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FC84E6 (or 0xFC84E6) is known color: Pale Magenta. HEX triplet: FC, 84 and E6. RGB value is (252,132,230). Sum of RGB (Red+Green+Blue) = 252+132+230=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 132 (51.95% from 255 or 21.50% from 614); Blue value is 230 (90.23% from 255 or 37.46% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FC84E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC84E6 is #037B19. Grayscale: #B2B2B2. Windows color (decimal): -228122 or 15107324. OLE color: 15107324.

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

Color convert

RGB 252 132 230 -
CMYK 0 0.48 0.09 0.01
HSL 311º 0.95% 0.75% -
HSV(B) 311º 0.48% 0.99% -
XYZ 62.68 42.91 79.84 -
YUV 179.05 156.76 180.03 -
System Red Green Blue C M Y K H S L
Decimal 252 132 230 0 0.48 0.09 0.01 311 0.95 0.75
Hex FC 84 E6 0 30 9 1 137 5F 4B
Octal 374 204 346 0 60 11 1 467 137 113
Binary 11111100 10000100 11100110 0 110000 1001 1 100110111 1011111 1001011

Color Harmonies of #FC84E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC84E6

Black with #FC84E6

Text Example


Text Example

White with #FC84E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC84E6; }

 p { color: rgb(252,132,230); }

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

background-color css

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

 a { background-color: rgb(252,132,230); }

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

border-color css

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

 span { border-color: rgb(252,132,230); }

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