Html Css Color HEX #FC6ADE Pale Magenta

📋 copy color: '#FC6ADE'

red 252 ◦ green 106 ◦ blue 222

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

Shades of Pale Magenta #FC6ADE

Tints of Pale Magenta #FC6ADE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 18.28%

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

R = 43.45%
G = 18.28%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FC6ADE (or 0xFC6ADE) is known color: Pale Magenta. HEX triplet: FC, 6A and DE. RGB value is (252,106,222). Sum of RGB (Red+Green+Blue) = 252+106+222=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 106 (41.80% from 255 or 18.28% from 580); Blue value is 222 (87.11% from 255 or 38.28% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6ADE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6ADE is #039521. Grayscale: #A2A2A2. Windows color (decimal): -234786 or 14576380. OLE color: 14576380.

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

Color convert

RGB 252 106 222 -
CMYK 0 0.58 0.12 0.01
HSL 312.33º 0.96% 0.7% -
HSV(B) 312.33º 0.58% 0.99% -
XYZ 58.48 36.28 73.03 -
YUV 162.88 161.37 191.57 -
System Red Green Blue C M Y K H S L
Decimal 252 106 222 0 0.58 0.12 0.01 312.33 0.96 0.7
Hex FC 6A DE 0 3A C 1 138 60 46
Octal 374 152 336 0 72 14 1 470 140 106
Binary 11111100 1101010 11011110 0 111010 1100 1 100111000 1100000 1000110

Color Harmonies of #FC6ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6ADE

Black with #FC6ADE

Text Example


Text Example

White with #FC6ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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