Html Css Color HEX #FC8EDE Pale Magenta

📋 copy color: '#FC8EDE'

red 252 ◦ green 142 ◦ blue 222

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

Shades of Pale Magenta #FC8EDE

Tints of Pale Magenta #FC8EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.04%

R = 40.91%
G = 23.05%
B = 36.04%

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

#FC8EDE (or 0xFC8EDE) is known color: Pale Magenta. HEX triplet: FC, 8E and DE. RGB value is (252,142,222). Sum of RGB (Red+Green+Blue) = 252+142+222=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 142 (55.86% from 255 or 23.05% from 616); Blue value is 222 (87.11% from 255 or 36.04% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8EDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8EDE is #037121. Grayscale: #B7B7B7. Windows color (decimal): -225570 or 14585596. OLE color: 14585596.

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

Color convert

RGB 252 142 222 -
CMYK 0 0.44 0.12 0.01
HSL 316.36º 0.95% 0.77% -
HSV(B) 316.36º 0.44% 0.99% -
XYZ 63 45.32 74.53 -
YUV 184.01 149.44 176.5 -
System Red Green Blue C M Y K H S L
Decimal 252 142 222 0 0.44 0.12 0.01 316.36 0.95 0.77
Hex FC 8E DE 0 2C C 1 13C 5F 4D
Octal 374 216 336 0 54 14 1 474 137 115
Binary 11111100 10001110 11011110 0 101100 1100 1 100111100 1011111 1001101

Color Harmonies of #FC8EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8EDE

Black with #FC8EDE

Text Example


Text Example

White with #FC8EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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