Html Css Color HEX #FE7CED Pale Magenta

📋 copy color: '#FE7CED'

red 254 ◦ green 124 ◦ blue 237

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

Shades of Pale Magenta #FE7CED

Tints of Pale Magenta #FE7CED

RGB

 RED value IS 254 (99.61% from 255) = 41.3%

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

 BLUE value IS 237 (92.97% from 255) = 38.54%

R = 41.3%
G = 20.16%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FE7CED (or 0xFE7CED) is known color: Pale Magenta. HEX triplet: FE, 7C and ED. RGB value is (254,124,237). Sum of RGB (Red+Green+Blue) = 254+124+237=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 124 (48.83% from 255 or 20.16% from 615); Blue value is 237 (92.97% from 255 or 38.54% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7CED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE7CED is #018312. Grayscale: #AFAFAF. Windows color (decimal): -99091 or 15564030. OLE color: 15564030.

HSL color Cylindrical-coordinate representation of color #FE7CED: hue angle of 307.85º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FE7CED is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 124 237 -
CMYK 0 0.51 0.07 0.00
HSL 307.85º 0.98% 0.74% -
HSV(B) 307.85º 0.51% 1% -
XYZ 63.37 41.6 84.81 -
YUV 175.75 162.57 183.81 -
System Red Green Blue C M Y K H S L
Decimal 254 124 237 0 0.51 0.07 0.00 307.85 0.98 0.74
Hex FE 7C ED 0 33 7 0 134 62 4A
Octal 376 174 355 0 63 7 0 464 142 112
Binary 11111110 1111100 11101101 0 110011 111 0 100110100 1100010 1001010

Color Harmonies of #FE7CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7CED

Black with #FE7CED

Text Example


Text Example

White with #FE7CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7CED; }

 p { color: rgb(254,124,237); }

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

background-color css

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

 a { background-color: rgb(254,124,237); }

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

border-color css

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

 span { border-color: rgb(254,124,237); }

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