Html Css Color HEX #FC8ADE Pale Magenta

📋 copy color: '#FC8ADE'

red 252 ◦ green 138 ◦ blue 222

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

Shades of Pale Magenta #FC8ADE

Tints of Pale Magenta #FC8ADE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 22.55%

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

R = 41.18%
G = 22.55%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FC8ADE (or 0xFC8ADE) is known color: Pale Magenta. HEX triplet: FC, 8A and DE. RGB value is (252,138,222). Sum of RGB (Red+Green+Blue) = 252+138+222=612 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.18% from 612); Green value is 138 (54.30% from 255 or 22.55% from 612); Blue value is 222 (87.11% from 255 or 36.27% from 612); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8ADE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8ADE is #037521. Grayscale: #B5B5B5. Windows color (decimal): -226594 or 14584572. OLE color: 14584572.

HSL color Cylindrical-coordinate representation of color #FC8ADE: hue angle of 315.79º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FC8ADE is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 138 222 -
CMYK 0 0.45 0.12 0.01
HSL 315.79º 0.95% 0.76% -
HSV(B) 315.79º 0.45% 0.99% -
XYZ 62.42 44.15 74.34 -
YUV 181.66 150.77 178.17 -
System Red Green Blue C M Y K H S L
Decimal 252 138 222 0 0.45 0.12 0.01 315.79 0.95 0.76
Hex FC 8A DE 0 2D C 1 13C 5F 4C
Octal 374 212 336 0 55 14 1 474 137 114
Binary 11111100 10001010 11011110 0 101101 1100 1 100111100 1011111 1001100

Color Harmonies of #FC8ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8ADE

Black with #FC8ADE

Text Example


Text Example

White with #FC8ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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