Html Css Color HEX #FC8DF0 Pale Magenta

📋 copy color: '#FC8DF0'

red 252 ◦ green 141 ◦ blue 240

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

Shades of Pale Magenta #FC8DF0

Tints of Pale Magenta #FC8DF0

RGB

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

 GREEN value IS 141 (55.47% from 255) = 22.27%

 BLUE value IS 240 (94.14% from 255) = 37.91%

R = 39.81%
G = 22.27%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FC8DF0 (or 0xFC8DF0) is known color: Pale Magenta. HEX triplet: FC, 8D and F0. RGB value is (252,141,240). Sum of RGB (Red+Green+Blue) = 252+141+240=633 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.81% from 633); Green value is 141 (55.47% from 255 or 22.27% from 633); Blue value is 240 (94.14% from 255 or 37.91% from 633); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8DF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC8DF0 is #03720F. Grayscale: #B9B9B9. Windows color (decimal): -225808 or 15764988. OLE color: 15764988.

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

Color convert

RGB 252 141 240 -
CMYK 0 0.44 0.05 0.01
HSL 306.49º 0.95% 0.77% -
HSV(B) 306.49º 0.44% 0.99% -
XYZ 65.4 46.04 87.88 -
YUV 185.48 158.77 175.45 -
System Red Green Blue C M Y K H S L
Decimal 252 141 240 0 0.44 0.05 0.01 306.49 0.95 0.77
Hex FC 8D F0 0 2C 5 1 132 5F 4D
Octal 374 215 360 0 54 5 1 462 137 115
Binary 11111100 10001101 11110000 0 101100 101 1 100110010 1011111 1001101

Color Harmonies of #FC8DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8DF0

Black with #FC8DF0

Text Example


Text Example

White with #FC8DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8DF0; }

 p { color: rgb(252,141,240); }

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

background-color css

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

 a { background-color: rgb(252,141,240); }

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

border-color css

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

 span { border-color: rgb(252,141,240); }

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