Html Css Color HEX #FC8AD5 Pale Magenta

📋 copy color: '#FC8AD5'

red 252 ◦ green 138 ◦ blue 213

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

Shades of Pale Magenta #FC8AD5

Tints of Pale Magenta #FC8AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 35.32%

R = 41.79%
G = 22.89%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FC8AD5 (or 0xFC8AD5) is known color: Pale Magenta. HEX triplet: FC, 8A and D5. RGB value is (252,138,213). Sum of RGB (Red+Green+Blue) = 252+138+213=603 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.79% from 603); Green value is 138 (54.30% from 255 or 22.89% from 603); Blue value is 213 (83.59% from 255 or 35.32% from 603); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8AD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8AD5 is #03752A. Grayscale: #B4B4B4. Windows color (decimal): -226603 or 13994748. OLE color: 13994748.

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

Color convert

RGB 252 138 213 -
CMYK 0 0.45 0.15 0.01
HSL 320.53º 0.95% 0.76% -
HSV(B) 320.53º 0.45% 0.99% -
XYZ 61.24 43.68 68.15 -
YUV 180.64 146.27 178.9 -
System Red Green Blue C M Y K H S L
Decimal 252 138 213 0 0.45 0.15 0.01 320.53 0.95 0.76
Hex FC 8A D5 0 2D F 1 141 5F 4C
Octal 374 212 325 0 55 17 1 501 137 114
Binary 11111100 10001010 11010101 0 101101 1111 1 101000001 1011111 1001100

Color Harmonies of #FC8AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8AD5

Black with #FC8AD5

Text Example


Text Example

White with #FC8AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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