Html Css Color HEX #FD7CE2 Pale Magenta

📋 copy color: '#FD7CE2'

red 253 ◦ green 124 ◦ blue 226

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

Shades of Pale Magenta #FD7CE2

Tints of Pale Magenta #FD7CE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 37.48%

R = 41.96%
G = 20.56%
B = 37.48%

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

#FD7CE2 (or 0xFD7CE2) is known color: Pale Magenta. HEX triplet: FD, 7C and E2. RGB value is (253,124,226). Sum of RGB (Red+Green+Blue) = 253+124+226=603 (79% of max value = 765). Red value is 253 (99.22% from 255 or 41.96% from 603); Green value is 124 (48.83% from 255 or 20.56% from 603); Blue value is 226 (88.67% from 255 or 37.48% from 603); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7CE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD7CE2 is #02831D. Grayscale: #ADADAD. Windows color (decimal): -164638 or 14843133. OLE color: 14843133.

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

Color convert

RGB 253 124 226 -
CMYK 0 0.51 0.11 0.01
HSL 312.56º 0.97% 0.74% -
HSV(B) 312.56º 0.51% 0.99% -
XYZ 61.44 40.79 76.59 -
YUV 174.2 157.24 184.21 -
System Red Green Blue C M Y K H S L
Decimal 253 124 226 0 0.51 0.11 0.01 312.56 0.97 0.74
Hex FD 7C E2 0 33 B 1 139 61 4A
Octal 375 174 342 0 63 13 1 471 141 112
Binary 11111101 1111100 11100010 0 110011 1011 1 100111001 1100001 1001010

Color Harmonies of #FD7CE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7CE2

Black with #FD7CE2

Text Example


Text Example

White with #FD7CE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7CE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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