Html Css Color HEX #FC8BDD Pale Magenta

📋 copy color: '#FC8BDD'

red 252 ◦ green 139 ◦ blue 221

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

Shades of Pale Magenta #FC8BDD

Tints of Pale Magenta #FC8BDD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 22.71%

 BLUE value IS 221 (86.72% from 255) = 36.11%

R = 41.18%
G = 22.71%
B = 36.11%

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

#FC8BDD (or 0xFC8BDD) is known color: Pale Magenta. HEX triplet: FC, 8B and DD. RGB value is (252,139,221). Sum of RGB (Red+Green+Blue) = 252+139+221=612 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.18% from 612); Green value is 139 (54.69% from 255 or 22.71% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8BDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8BDD is #037422. Grayscale: #B5B5B5. Windows color (decimal): -226339 or 14519292. OLE color: 14519292.

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

Color convert

RGB 252 139 221 -
CMYK 0 0.45 0.12 0.01
HSL 316.46º 0.95% 0.77% -
HSV(B) 316.46º 0.45% 0.99% -
XYZ 62.43 44.38 73.68 -
YUV 182.14 149.94 177.83 -
System Red Green Blue C M Y K H S L
Decimal 252 139 221 0 0.45 0.12 0.01 316.46 0.95 0.77
Hex FC 8B DD 0 2D C 1 13C 5F 4D
Octal 374 213 335 0 55 14 1 474 137 115
Binary 11111100 10001011 11011101 0 101101 1100 1 100111100 1011111 1001101

Color Harmonies of #FC8BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8BDD

Black with #FC8BDD

Text Example


Text Example

White with #FC8BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8BDD; }

 p { color: rgb(252,139,221); }

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

background-color css

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

 a { background-color: rgb(252,139,221); }

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

border-color css

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

 span { border-color: rgb(252,139,221); }

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