Html Css Color HEX #FC8EEA Pale Magenta

📋 copy color: '#FC8EEA'

red 252 ◦ green 142 ◦ blue 234

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

Shades of Pale Magenta #FC8EEA

Tints of Pale Magenta #FC8EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.26%

R = 40.13%
G = 22.61%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FC8EEA (or 0xFC8EEA) is known color: Pale Magenta. HEX triplet: FC, 8E and EA. RGB value is (252,142,234). Sum of RGB (Red+Green+Blue) = 252+142+234=628 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.13% from 628); Green value is 142 (55.86% from 255 or 22.61% from 628); Blue value is 234 (91.80% from 255 or 37.26% from 628); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8EEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC8EEA is #037115. Grayscale: #B9B9B9. Windows color (decimal): -225558 or 15372028. OLE color: 15372028.

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

Color convert

RGB 252 142 234 -
CMYK 0 0.44 0.07 0.01
HSL 309.82º 0.95% 0.77% -
HSV(B) 309.82º 0.44% 0.99% -
XYZ 64.67 45.98 83.31 -
YUV 185.38 155.44 175.52 -
System Red Green Blue C M Y K H S L
Decimal 252 142 234 0 0.44 0.07 0.01 309.82 0.95 0.77
Hex FC 8E EA 0 2C 7 1 136 5F 4D
Octal 374 216 352 0 54 7 1 466 137 115
Binary 11111100 10001110 11101010 0 101100 111 1 100110110 1011111 1001101

Color Harmonies of #FC8EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8EEA

Black with #FC8EEA

Text Example


Text Example

White with #FC8EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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