Html Css Color HEX #FC83DD Pale Magenta

📋 copy color: '#FC83DD'

red 252 ◦ green 131 ◦ blue 221

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

Shades of Pale Magenta #FC83DD

Tints of Pale Magenta #FC83DD

RGB

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

 GREEN value IS 131 (51.56% from 255) = 21.69%

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

R = 41.72%
G = 21.69%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FC83DD (or 0xFC83DD) is known color: Pale Magenta. HEX triplet: FC, 83 and DD. RGB value is (252,131,221). Sum of RGB (Red+Green+Blue) = 252+131+221=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 131 (51.56% from 255 or 21.69% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FC83DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC83DD is #037C22. Grayscale: #B1B1B1. Windows color (decimal): -228387 or 14517244. OLE color: 14517244.

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

Color convert

RGB 252 131 221 -
CMYK 0 0.48 0.12 0.01
HSL 315.37º 0.95% 0.75% -
HSV(B) 315.37º 0.48% 0.99% -
XYZ 61.31 42.15 73.31 -
YUV 177.44 152.59 181.18 -
System Red Green Blue C M Y K H S L
Decimal 252 131 221 0 0.48 0.12 0.01 315.37 0.95 0.75
Hex FC 83 DD 0 30 C 1 13B 5F 4B
Octal 374 203 335 0 60 14 1 473 137 113
Binary 11111100 10000011 11011101 0 110000 1100 1 100111011 1011111 1001011

Color Harmonies of #FC83DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC83DD

Black with #FC83DD

Text Example


Text Example

White with #FC83DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC83DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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