Html Css Color HEX #FC81DB Pale Magenta

📋 copy color: '#FC81DB'

red 252 ◦ green 129 ◦ blue 219

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

Shades of Pale Magenta #FC81DB

Tints of Pale Magenta #FC81DB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 21.5%

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

R = 42%
G = 21.5%
B = 36.5%

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

#FC81DB (or 0xFC81DB) is known color: Pale Magenta. HEX triplet: FC, 81 and DB. RGB value is (252,129,219). Sum of RGB (Red+Green+Blue) = 252+129+219=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 129 (50.78% from 255 or 21.5% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FC81DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC81DB is #037E24. Grayscale: #AFAFAF. Windows color (decimal): -228901 or 14385660. OLE color: 14385660.

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

Color convert

RGB 252 129 219 -
CMYK 0 0.49 0.13 0.01
HSL 316.1º 0.95% 0.75% -
HSV(B) 316.1º 0.49% 0.99% -
XYZ 60.78 41.51 71.83 -
YUV 176.04 152.25 182.18 -
System Red Green Blue C M Y K H S L
Decimal 252 129 219 0 0.49 0.13 0.01 316.1 0.95 0.75
Hex FC 81 DB 0 31 D 1 13C 5F 4B
Octal 374 201 333 0 61 15 1 474 137 113
Binary 11111100 10000001 11011011 0 110001 1101 1 100111100 1011111 1001011

Color Harmonies of #FC81DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC81DB

Black with #FC81DB

Text Example


Text Example

White with #FC81DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC81DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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