Html Css Color HEX #FC8DDF Pale Magenta

📋 copy color: '#FC8DDF'

red 252 ◦ green 141 ◦ blue 223

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

Shades of Pale Magenta #FC8DDF

Tints of Pale Magenta #FC8DDF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 22.89%

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

R = 40.91%
G = 22.89%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FC8DDF (or 0xFC8DDF) is known color: Pale Magenta. HEX triplet: FC, 8D and DF. RGB value is (252,141,223). Sum of RGB (Red+Green+Blue) = 252+141+223=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 141 (55.47% from 255 or 22.89% from 616); Blue value is 223 (87.5% from 255 or 36.20% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8DDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8DDF is #037220. Grayscale: #B7B7B7. Windows color (decimal): -225825 or 14650876. OLE color: 14650876.

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

Color convert

RGB 252 141 223 -
CMYK 0 0.44 0.12 0.01
HSL 315.68º 0.95% 0.77% -
HSV(B) 315.68º 0.44% 0.99% -
XYZ 62.99 45.07 75.19 -
YUV 183.54 150.27 176.83 -
System Red Green Blue C M Y K H S L
Decimal 252 141 223 0 0.44 0.12 0.01 315.68 0.95 0.77
Hex FC 8D DF 0 2C C 1 13C 5F 4D
Octal 374 215 337 0 54 14 1 474 137 115
Binary 11111100 10001101 11011111 0 101100 1100 1 100111100 1011111 1001101

Color Harmonies of #FC8DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8DDF

Black with #FC8DDF

Text Example


Text Example

White with #FC8DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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