Html Css Color HEX #FC8EDD Pale Magenta

📋 copy color: '#FC8EDD'

red 252 ◦ green 142 ◦ blue 221

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

Shades of Pale Magenta #FC8EDD

Tints of Pale Magenta #FC8EDD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 23.09%

 BLUE value IS 221 (86.72% from 255) = 35.93%

R = 40.98%
G = 23.09%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FC8EDD (or 0xFC8EDD) is known color: Pale Magenta. HEX triplet: FC, 8E and DD. RGB value is (252,142,221). Sum of RGB (Red+Green+Blue) = 252+142+221=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 142 (55.86% from 255 or 23.09% from 615); Blue value is 221 (86.72% from 255 or 35.93% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8EDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8EDD is #037122. Grayscale: #B7B7B7. Windows color (decimal): -225571 or 14520060. OLE color: 14520060.

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

Color convert

RGB 252 142 221 -
CMYK 0 0.44 0.12 0.01
HSL 316.91º 0.95% 0.77% -
HSV(B) 316.91º 0.44% 0.99% -
XYZ 62.87 45.26 73.83 -
YUV 183.9 148.94 176.58 -
System Red Green Blue C M Y K H S L
Decimal 252 142 221 0 0.44 0.12 0.01 316.91 0.95 0.77
Hex FC 8E DD 0 2C C 1 13D 5F 4D
Octal 374 216 335 0 54 14 1 475 137 115
Binary 11111100 10001110 11011101 0 101100 1100 1 100111101 1011111 1001101

Color Harmonies of #FC8EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8EDD

Black with #FC8EDD

Text Example


Text Example

White with #FC8EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8EDD; }

 p { color: rgb(252,142,221); }

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

background-color css

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

 a { background-color: rgb(252,142,221); }

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

border-color css

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

 span { border-color: rgb(252,142,221); }

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