Html Css Color HEX #FC76DB Pale Magenta

📋 copy color: '#FC76DB'

red 252 ◦ green 118 ◦ blue 219

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

Shades of Pale Magenta #FC76DB

Tints of Pale Magenta #FC76DB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 20.03%

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

R = 42.78%
G = 20.03%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC76DB (or 0xFC76DB) is known color: Pale Magenta. HEX triplet: FC, 76 and DB. RGB value is (252,118,219). Sum of RGB (Red+Green+Blue) = 252+118+219=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 118 (46.48% from 255 or 20.03% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FC76DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC76DB is #038924. Grayscale: #A9A9A9. Windows color (decimal): -231717 or 14382844. OLE color: 14382844.

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

Color convert

RGB 252 118 219 -
CMYK 0 0.53 0.13 0.01
HSL 314.78º 0.96% 0.73% -
HSV(B) 314.78º 0.53% 0.99% -
XYZ 59.41 38.77 71.37 -
YUV 169.58 155.89 186.79 -
System Red Green Blue C M Y K H S L
Decimal 252 118 219 0 0.53 0.13 0.01 314.78 0.96 0.73
Hex FC 76 DB 0 35 D 1 13B 60 49
Octal 374 166 333 0 65 15 1 473 140 111
Binary 11111100 1110110 11011011 0 110101 1101 1 100111011 1100000 1001001

Color Harmonies of #FC76DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC76DB

Black with #FC76DB

Text Example


Text Example

White with #FC76DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC76DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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