Html Css Color HEX #FC8ADF Pale Magenta

📋 copy color: '#FC8ADF'

red 252 ◦ green 138 ◦ blue 223

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

Shades of Pale Magenta #FC8ADF

Tints of Pale Magenta #FC8ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.38%

R = 41.11%
G = 22.51%
B = 36.38%

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

#FC8ADF (or 0xFC8ADF) is known color: Pale Magenta. HEX triplet: FC, 8A and DF. RGB value is (252,138,223). Sum of RGB (Red+Green+Blue) = 252+138+223=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 138 (54.30% from 255 or 22.51% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8ADF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8ADF is #037520. Grayscale: #B5B5B5. Windows color (decimal): -226593 or 14650108. OLE color: 14650108.

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

Color convert

RGB 252 138 223 -
CMYK 0 0.45 0.12 0.01
HSL 315.26º 0.95% 0.76% -
HSV(B) 315.26º 0.45% 0.99% -
XYZ 62.55 44.2 75.05 -
YUV 181.78 151.27 178.09 -
System Red Green Blue C M Y K H S L
Decimal 252 138 223 0 0.45 0.12 0.01 315.26 0.95 0.76
Hex FC 8A DF 0 2D C 1 13B 5F 4C
Octal 374 212 337 0 55 14 1 473 137 114
Binary 11111100 10001010 11011111 0 101101 1100 1 100111011 1011111 1001100

Color Harmonies of #FC8ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8ADF

Black with #FC8ADF

Text Example


Text Example

White with #FC8ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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