Html Css Color HEX #FD8BDC Pale Magenta

📋 copy color: '#FD8BDC'

red 253 ◦ green 139 ◦ blue 220

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

Shades of Pale Magenta #FD8BDC

Tints of Pale Magenta #FD8BDC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 22.71%

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

R = 41.34%
G = 22.71%
B = 35.95%

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

#FD8BDC (or 0xFD8BDC) is known color: Pale Magenta. HEX triplet: FD, 8B and DC. RGB value is (253,139,220). Sum of RGB (Red+Green+Blue) = 253+139+220=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 139 (54.69% from 255 or 22.71% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8BDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD8BDC is #027423. Grayscale: #B6B6B6. Windows color (decimal): -160804 or 14453757. OLE color: 14453757.

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

Color convert

RGB 253 139 220 -
CMYK 0 0.45 0.13 0.01
HSL 317.37º 0.97% 0.77% -
HSV(B) 317.37º 0.45% 0.99% -
XYZ 62.66 44.52 73 -
YUV 182.32 149.27 178.41 -
System Red Green Blue C M Y K H S L
Decimal 253 139 220 0 0.45 0.13 0.01 317.37 0.97 0.77
Hex FD 8B DC 0 2D D 1 13D 61 4D
Octal 375 213 334 0 55 15 1 475 141 115
Binary 11111101 10001011 11011100 0 101101 1101 1 100111101 1100001 1001101

Color Harmonies of #FD8BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8BDC

Black with #FD8BDC

Text Example


Text Example

White with #FD8BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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