Html Css Color HEX #FC8DF3 Pale Magenta

📋 copy color: '#FC8DF3'

red 252 ◦ green 141 ◦ blue 243

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

Shades of Pale Magenta #FC8DF3

Tints of Pale Magenta #FC8DF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 38.21%

R = 39.62%
G = 22.17%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FC8DF3 (or 0xFC8DF3) is known color: Pale Magenta. HEX triplet: FC, 8D and F3. RGB value is (252,141,243). Sum of RGB (Red+Green+Blue) = 252+141+243=636 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.62% from 636); Green value is 141 (55.47% from 255 or 22.17% from 636); Blue value is 243 (95.31% from 255 or 38.21% from 636); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8DF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC8DF3 is #03720C. Grayscale: #B9B9B9. Windows color (decimal): -225805 or 15961596. OLE color: 15961596.

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

Color convert

RGB 252 141 243 -
CMYK 0 0.44 0.04 0.01
HSL 304.86º 0.95% 0.77% -
HSV(B) 304.86º 0.44% 0.99% -
XYZ 65.85 46.22 90.24 -
YUV 185.82 160.27 175.21 -
System Red Green Blue C M Y K H S L
Decimal 252 141 243 0 0.44 0.04 0.01 304.86 0.95 0.77
Hex FC 8D F3 0 2C 4 1 131 5F 4D
Octal 374 215 363 0 54 4 1 461 137 115
Binary 11111100 10001101 11110011 0 101100 100 1 100110001 1011111 1001101

Color Harmonies of #FC8DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8DF3

Black with #FC8DF3

Text Example


Text Example

White with #FC8DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8DF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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