Html Css Color HEX #FD7CDF Pale Magenta

📋 copy color: '#FD7CDF'

red 253 ◦ green 124 ◦ blue 223

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

Shades of Pale Magenta #FD7CDF

Tints of Pale Magenta #FD7CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.17%

R = 42.17%
G = 20.67%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FD7CDF (or 0xFD7CDF) is known color: Pale Magenta. HEX triplet: FD, 7C and DF. RGB value is (253,124,223). Sum of RGB (Red+Green+Blue) = 253+124+223=600 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.17% from 600); Green value is 124 (48.83% from 255 or 20.67% from 600); Blue value is 223 (87.5% from 255 or 37.17% from 600); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7CDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD7CDF is #028320. Grayscale: #ADADAD. Windows color (decimal): -164641 or 14646525. OLE color: 14646525.

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

Color convert

RGB 253 124 223 -
CMYK 0 0.51 0.12 0.01
HSL 313.95º 0.97% 0.74% -
HSV(B) 313.95º 0.51% 0.99% -
XYZ 61.03 40.63 74.44 -
YUV 173.86 155.74 184.45 -
System Red Green Blue C M Y K H S L
Decimal 253 124 223 0 0.51 0.12 0.01 313.95 0.97 0.74
Hex FD 7C DF 0 33 C 1 13A 61 4A
Octal 375 174 337 0 63 14 1 472 141 112
Binary 11111101 1111100 11011111 0 110011 1100 1 100111010 1100001 1001010

Color Harmonies of #FD7CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7CDF

Black with #FD7CDF

Text Example


Text Example

White with #FD7CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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