Html Css Color HEX #FC80DB Pale Magenta

📋 copy color: '#FC80DB'

red 252 ◦ green 128 ◦ blue 219

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

Shades of Pale Magenta #FC80DB

Tints of Pale Magenta #FC80DB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 21.37%

 BLUE value IS 219 (85.94% from 255) = 36.56%

R = 42.07%
G = 21.37%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC80DB (or 0xFC80DB) is known color: Pale Magenta. HEX triplet: FC, 80 and DB. RGB value is (252,128,219). Sum of RGB (Red+Green+Blue) = 252+128+219=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 128 (50.39% from 255 or 21.37% from 599); Blue value is 219 (85.94% from 255 or 36.56% from 599); Max value from RGB is 252 - color contains mainly: red. Hex color #FC80DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC80DB is #037F24. Grayscale: #AFAFAF. Windows color (decimal): -229157 or 14385404. OLE color: 14385404.

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

Color convert

RGB 252 128 219 -
CMYK 0 0.49 0.13 0.01
HSL 315.97º 0.95% 0.75% -
HSV(B) 315.97º 0.49% 0.99% -
XYZ 60.65 41.25 71.78 -
YUV 175.45 152.58 182.6 -
System Red Green Blue C M Y K H S L
Decimal 252 128 219 0 0.49 0.13 0.01 315.97 0.95 0.75
Hex FC 80 DB 0 31 D 1 13C 5F 4B
Octal 374 200 333 0 61 15 1 474 137 113
Binary 11111100 10000000 11011011 0 110001 1101 1 100111100 1011111 1001011

Color Harmonies of #FC80DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC80DB

Black with #FC80DB

Text Example


Text Example

White with #FC80DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC80DB; }

 p { color: rgb(252,128,219); }

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

background-color css

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

 a { background-color: rgb(252,128,219); }

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

border-color css

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

 span { border-color: rgb(252,128,219); }

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