Html Css Color HEX #FC7BD8 Pale Magenta

📋 copy color: '#FC7BD8'

red 252 ◦ green 123 ◦ blue 216

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

Shades of Pale Magenta #FC7BD8

Tints of Pale Magenta #FC7BD8

RGB

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

 GREEN value IS 123 (48.44% from 255) = 20.81%

 BLUE value IS 216 (84.77% from 255) = 36.55%

R = 42.64%
G = 20.81%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FC7BD8 (or 0xFC7BD8) is known color: Pale Magenta. HEX triplet: FC, 7B and D8. RGB value is (252,123,216). Sum of RGB (Red+Green+Blue) = 252+123+216=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 123 (48.44% from 255 or 20.81% from 591); Blue value is 216 (84.77% from 255 or 36.55% from 591); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7BD8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7BD8 is #038427. Grayscale: #ABABAB. Windows color (decimal): -230440 or 14187516. OLE color: 14187516.

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

Color convert

RGB 252 123 216 -
CMYK 0 0.51 0.14 0.01
HSL 316.74º 0.96% 0.74% -
HSV(B) 316.74º 0.51% 0.99% -
XYZ 59.62 39.82 69.51 -
YUV 172.17 152.74 184.94 -
System Red Green Blue C M Y K H S L
Decimal 252 123 216 0 0.51 0.14 0.01 316.74 0.96 0.74
Hex FC 7B D8 0 33 E 1 13D 60 4A
Octal 374 173 330 0 63 16 1 475 140 112
Binary 11111100 1111011 11011000 0 110011 1110 1 100111101 1100000 1001010

Color Harmonies of #FC7BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7BD8

Black with #FC7BD8

Text Example


Text Example

White with #FC7BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7BD8; }

 p { color: rgb(252,123,216); }

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

background-color css

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

 a { background-color: rgb(252,123,216); }

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

border-color css

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

 span { border-color: rgb(252,123,216); }

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