Html Css Color HEX #FD7CE8 Pale Magenta

📋 copy color: '#FD7CE8'

red 253 ◦ green 124 ◦ blue 232

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

Shades of Pale Magenta #FD7CE8

Tints of Pale Magenta #FD7CE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 38.1%

R = 41.54%
G = 20.36%
B = 38.1%

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

#FD7CE8 (or 0xFD7CE8) is known color: Pale Magenta. HEX triplet: FD, 7C and E8. RGB value is (253,124,232). Sum of RGB (Red+Green+Blue) = 253+124+232=609 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.54% from 609); Green value is 124 (48.83% from 255 or 20.36% from 609); Blue value is 232 (91.02% from 255 or 38.10% from 609); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7CE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD7CE8 is #028317. Grayscale: #AEAEAE. Windows color (decimal): -164632 or 15236349. OLE color: 15236349.

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

Color convert

RGB 253 124 232 -
CMYK 0 0.51 0.08 0.01
HSL 309.77º 0.97% 0.74% -
HSV(B) 309.77º 0.51% 0.99% -
XYZ 62.28 41.12 81 -
YUV 174.88 160.24 183.72 -
System Red Green Blue C M Y K H S L
Decimal 253 124 232 0 0.51 0.08 0.01 309.77 0.97 0.74
Hex FD 7C E8 0 33 8 1 136 61 4A
Octal 375 174 350 0 63 10 1 466 141 112
Binary 11111101 1111100 11101000 0 110011 1000 1 100110110 1100001 1001010

Color Harmonies of #FD7CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7CE8

Black with #FD7CE8

Text Example


Text Example

White with #FD7CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7CE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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