Html Css Color HEX #FD7CEA Pale Magenta

📋 copy color: '#FD7CEA'

red 253 ◦ green 124 ◦ blue 234

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

Shades of Pale Magenta #FD7CEA

Tints of Pale Magenta #FD7CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.3%

R = 41.41%
G = 20.29%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FD7CEA (or 0xFD7CEA) is known color: Pale Magenta. HEX triplet: FD, 7C and EA. RGB value is (253,124,234). Sum of RGB (Red+Green+Blue) = 253+124+234=611 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.41% from 611); Green value is 124 (48.83% from 255 or 20.29% from 611); Blue value is 234 (91.80% from 255 or 38.30% from 611); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7CEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD7CEA is #028315. Grayscale: #AEAEAE. Windows color (decimal): -164630 or 15367421. OLE color: 15367421.

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

Color convert

RGB 253 124 234 -
CMYK 0 0.51 0.08 0.01
HSL 308.84º 0.97% 0.74% -
HSV(B) 308.84º 0.51% 0.99% -
XYZ 62.57 41.24 82.5 -
YUV 175.11 161.24 183.56 -
System Red Green Blue C M Y K H S L
Decimal 253 124 234 0 0.51 0.08 0.01 308.84 0.97 0.74
Hex FD 7C EA 0 33 8 1 135 61 4A
Octal 375 174 352 0 63 10 1 465 141 112
Binary 11111101 1111100 11101010 0 110011 1000 1 100110101 1100001 1001010

Color Harmonies of #FD7CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7CEA

Black with #FD7CEA

Text Example


Text Example

White with #FD7CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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