Html Css Color HEX #FD7CDA Pale Magenta

📋 copy color: '#FD7CDA'

red 253 ◦ green 124 ◦ blue 218

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

Shades of Pale Magenta #FD7CDA

Tints of Pale Magenta #FD7CDA

RGB

 RED value IS 253 (99.22% from 255) = 42.52%

 GREEN value IS 124 (48.83% from 255) = 20.84%

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

R = 42.52%
G = 20.84%
B = 36.64%

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

#FD7CDA (or 0xFD7CDA) is known color: Pale Magenta. HEX triplet: FD, 7C and DA. RGB value is (253,124,218). Sum of RGB (Red+Green+Blue) = 253+124+218=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 124 (48.83% from 255 or 20.84% from 595); Blue value is 218 (85.55% from 255 or 36.64% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7CDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD7CDA is #028325. Grayscale: #ADADAD. Windows color (decimal): -164646 or 14318845. OLE color: 14318845.

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

Color convert

RGB 253 124 218 -
CMYK 0 0.51 0.14 0.01
HSL 316.28º 0.97% 0.74% -
HSV(B) 316.28º 0.51% 0.99% -
XYZ 60.37 40.36 70.94 -
YUV 173.29 153.24 184.86 -
System Red Green Blue C M Y K H S L
Decimal 253 124 218 0 0.51 0.14 0.01 316.28 0.97 0.74
Hex FD 7C DA 0 33 E 1 13C 61 4A
Octal 375 174 332 0 63 16 1 474 141 112
Binary 11111101 1111100 11011010 0 110011 1110 1 100111100 1100001 1001010

Color Harmonies of #FD7CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7CDA

Black with #FD7CDA

Text Example


Text Example

White with #FD7CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7CDA; }

 p { color: rgb(253,124,218); }

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

background-color css

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

 a { background-color: rgb(253,124,218); }

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

border-color css

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

 span { border-color: rgb(253,124,218); }

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