Html Css Color HEX #FD8ADC Pale Magenta

📋 copy color: '#FD8ADC'

red 253 ◦ green 138 ◦ blue 220

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

Shades of Pale Magenta #FD8ADC

Tints of Pale Magenta #FD8ADC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 22.59%

 BLUE value IS 220 (86.33% from 255) = 36.01%

R = 41.41%
G = 22.59%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FD8ADC (or 0xFD8ADC) is known color: Pale Magenta. HEX triplet: FD, 8A and DC. RGB value is (253,138,220). Sum of RGB (Red+Green+Blue) = 253+138+220=611 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.41% from 611); Green value is 138 (54.30% from 255 or 22.59% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8ADC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD8ADC is #027523. Grayscale: #B5B5B5. Windows color (decimal): -161060 or 14453501. OLE color: 14453501.

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

Color convert

RGB 253 138 220 -
CMYK 0 0.45 0.13 0.01
HSL 317.22º 0.97% 0.77% -
HSV(B) 317.22º 0.45% 0.99% -
XYZ 62.51 44.23 72.95 -
YUV 181.73 149.6 178.83 -
System Red Green Blue C M Y K H S L
Decimal 253 138 220 0 0.45 0.13 0.01 317.22 0.97 0.77
Hex FD 8A DC 0 2D D 1 13D 61 4D
Octal 375 212 334 0 55 15 1 475 141 115
Binary 11111101 10001010 11011100 0 101101 1101 1 100111101 1100001 1001101

Color Harmonies of #FD8ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8ADC

Black with #FD8ADC

Text Example


Text Example

White with #FD8ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8ADC; }

 p { color: rgb(253,138,220); }

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

background-color css

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

 a { background-color: rgb(253,138,220); }

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

border-color css

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

 span { border-color: rgb(253,138,220); }

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