Html Css Color HEX #FD7ADE Pale Magenta

📋 copy color: '#FD7ADE'

red 253 ◦ green 122 ◦ blue 222

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

Shades of Pale Magenta #FD7ADE

Tints of Pale Magenta #FD7ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.19%

R = 42.38%
G = 20.44%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FD7ADE (or 0xFD7ADE) is known color: Pale Magenta. HEX triplet: FD, 7A and DE. RGB value is (253,122,222). Sum of RGB (Red+Green+Blue) = 253+122+222=597 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.38% from 597); Green value is 122 (48.05% from 255 or 20.44% from 597); Blue value is 222 (87.11% from 255 or 37.19% from 597); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7ADE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD7ADE is #028521. Grayscale: #ACACAC. Windows color (decimal): -165154 or 14580477. OLE color: 14580477.

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

Color convert

RGB 253 122 222 -
CMYK 0 0.52 0.12 0.01
HSL 314.2º 0.97% 0.74% -
HSV(B) 314.2º 0.52% 0.99% -
XYZ 60.65 40.08 73.65 -
YUV 172.57 155.9 185.37 -
System Red Green Blue C M Y K H S L
Decimal 253 122 222 0 0.52 0.12 0.01 314.2 0.97 0.74
Hex FD 7A DE 0 34 C 1 13A 61 4A
Octal 375 172 336 0 64 14 1 472 141 112
Binary 11111101 1111010 11011110 0 110100 1100 1 100111010 1100001 1001010

Color Harmonies of #FD7ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7ADE

Black with #FD7ADE

Text Example


Text Example

White with #FD7ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7ADE; }

 p { color: rgb(253,122,222); }

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

background-color css

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

 a { background-color: rgb(253,122,222); }

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

border-color css

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

 span { border-color: rgb(253,122,222); }

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