Html Css Color HEX #FC8CDF Pale Magenta

📋 copy color: '#FC8CDF'

red 252 ◦ green 140 ◦ blue 223

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

Shades of Pale Magenta #FC8CDF

Tints of Pale Magenta #FC8CDF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 22.76%

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

R = 40.98%
G = 22.76%
B = 36.26%

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

#FC8CDF (or 0xFC8CDF) is known color: Pale Magenta. HEX triplet: FC, 8C and DF. RGB value is (252,140,223). Sum of RGB (Red+Green+Blue) = 252+140+223=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 140 (55.08% from 255 or 22.76% from 615); Blue value is 223 (87.5% from 255 or 36.26% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8CDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8CDF is #037320. Grayscale: #B6B6B6. Windows color (decimal): -226081 or 14650620. OLE color: 14650620.

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

Color convert

RGB 252 140 223 -
CMYK 0 0.44 0.12 0.01
HSL 315.54º 0.95% 0.77% -
HSV(B) 315.54º 0.44% 0.99% -
XYZ 62.84 44.78 75.14 -
YUV 182.95 150.61 177.25 -
System Red Green Blue C M Y K H S L
Decimal 252 140 223 0 0.44 0.12 0.01 315.54 0.95 0.77
Hex FC 8C DF 0 2C C 1 13C 5F 4D
Octal 374 214 337 0 54 14 1 474 137 115
Binary 11111100 10001100 11011111 0 101100 1100 1 100111100 1011111 1001101

Color Harmonies of #FC8CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8CDF

Black with #FC8CDF

Text Example


Text Example

White with #FC8CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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