Html Css Color HEX #FD7CE0 Pale Magenta

📋 copy color: '#FD7CE0'

red 253 ◦ green 124 ◦ blue 224

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

Shades of Pale Magenta #FD7CE0

Tints of Pale Magenta #FD7CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 37.27%

R = 42.1%
G = 20.63%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FD7CE0 (or 0xFD7CE0) is known color: Pale Magenta. HEX triplet: FD, 7C and E0. RGB value is (253,124,224). Sum of RGB (Red+Green+Blue) = 253+124+224=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 124 (48.83% from 255 or 20.63% from 601); Blue value is 224 (87.89% from 255 or 37.27% from 601); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7CE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD7CE0 is #02831F. Grayscale: #ADADAD. Windows color (decimal): -164640 or 14712061. OLE color: 14712061.

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

Color convert

RGB 253 124 224 -
CMYK 0 0.51 0.11 0.01
HSL 313.49º 0.97% 0.74% -
HSV(B) 313.49º 0.51% 0.99% -
XYZ 61.17 40.68 75.15 -
YUV 173.97 156.24 184.37 -
System Red Green Blue C M Y K H S L
Decimal 253 124 224 0 0.51 0.11 0.01 313.49 0.97 0.74
Hex FD 7C E0 0 33 B 1 139 61 4A
Octal 375 174 340 0 63 13 1 471 141 112
Binary 11111101 1111100 11100000 0 110011 1011 1 100111001 1100001 1001010

Color Harmonies of #FD7CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7CE0

Black with #FD7CE0

Text Example


Text Example

White with #FD7CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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