Html Css Color HEX #FE7ADF Pale Magenta

📋 copy color: '#FE7ADF'

red 254 ◦ green 122 ◦ blue 223

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

Shades of Pale Magenta #FE7ADF

Tints of Pale Magenta #FE7ADF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 20.37%

 BLUE value IS 223 (87.5% from 255) = 37.23%

R = 42.4%
G = 20.37%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#FE7ADF (or 0xFE7ADF) is known color: Pale Magenta. HEX triplet: FE, 7A and DF. RGB value is (254,122,223). Sum of RGB (Red+Green+Blue) = 254+122+223=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 122 (48.05% from 255 or 20.37% from 599); Blue value is 223 (87.5% from 255 or 37.23% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7ADF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7ADF is #018520. Grayscale: #ACACAC. Windows color (decimal): -99617 or 14646014. OLE color: 14646014.

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

Color convert

RGB 254 122 223 -
CMYK 0 0.52 0.12 0.00
HSL 314.09º 0.99% 0.74% -
HSV(B) 314.09º 0.52% 1% -
XYZ 61.15 40.32 74.37 -
YUV 172.98 156.23 185.79 -
System Red Green Blue C M Y K H S L
Decimal 254 122 223 0 0.52 0.12 0.00 314.09 0.99 0.74
Hex FE 7A DF 0 34 C 0 13A 63 4A
Octal 376 172 337 0 64 14 0 472 143 112
Binary 11111110 1111010 11011111 0 110100 1100 0 100111010 1100011 1001010

Color Harmonies of #FE7ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7ADF

Black with #FE7ADF

Text Example


Text Example

White with #FE7ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7ADF; }

 p { color: rgb(254,122,223); }

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

background-color css

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

 a { background-color: rgb(254,122,223); }

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

border-color css

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

 span { border-color: rgb(254,122,223); }

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