Html Css Color HEX #FC7BDA Pale Magenta

📋 copy color: '#FC7BDA'

red 252 ◦ green 123 ◦ blue 218

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

Shades of Pale Magenta #FC7BDA

Tints of Pale Magenta #FC7BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.76%

R = 42.5%
G = 20.74%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC7BDA (or 0xFC7BDA) is known color: Pale Magenta. HEX triplet: FC, 7B and DA. RGB value is (252,123,218). Sum of RGB (Red+Green+Blue) = 252+123+218=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 123 (48.44% from 255 or 20.74% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7BDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7BDA is #038425. Grayscale: #ACACAC. Windows color (decimal): -230438 or 14318588. OLE color: 14318588.

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

Color convert

RGB 252 123 218 -
CMYK 0 0.51 0.13 0.01
HSL 315.81º 0.96% 0.74% -
HSV(B) 315.81º 0.51% 0.99% -
XYZ 59.88 39.92 70.88 -
YUV 172.4 153.74 184.78 -
System Red Green Blue C M Y K H S L
Decimal 252 123 218 0 0.51 0.13 0.01 315.81 0.96 0.74
Hex FC 7B DA 0 33 D 1 13C 60 4A
Octal 374 173 332 0 63 15 1 474 140 112
Binary 11111100 1111011 11011010 0 110011 1101 1 100111100 1100000 1001010

Color Harmonies of #FC7BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7BDA

Black with #FC7BDA

Text Example


Text Example

White with #FC7BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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