Html Css Color HEX #FD8CDC Pale Magenta

📋 copy color: '#FD8CDC'

red 253 ◦ green 140 ◦ blue 220

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

Shades of Pale Magenta #FD8CDC

Tints of Pale Magenta #FD8CDC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 22.84%

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

R = 41.27%
G = 22.84%
B = 35.89%

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

#FD8CDC (or 0xFD8CDC) is known color: Pale Magenta. HEX triplet: FD, 8C and DC. RGB value is (253,140,220). Sum of RGB (Red+Green+Blue) = 253+140+220=613 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.27% from 613); Green value is 140 (55.08% from 255 or 22.84% from 613); Blue value is 220 (86.33% from 255 or 35.89% from 613); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8CDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD8CDC is #027323. Grayscale: #B6B6B6. Windows color (decimal): -160548 or 14454013. OLE color: 14454013.

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

Color convert

RGB 253 140 220 -
CMYK 0 0.45 0.13 0.01
HSL 317.52º 0.97% 0.77% -
HSV(B) 317.52º 0.45% 0.99% -
XYZ 62.8 44.81 73.05 -
YUV 182.91 148.94 178 -
System Red Green Blue C M Y K H S L
Decimal 253 140 220 0 0.45 0.13 0.01 317.52 0.97 0.77
Hex FD 8C DC 0 2D D 1 13E 61 4D
Octal 375 214 334 0 55 15 1 476 141 115
Binary 11111101 10001100 11011100 0 101101 1101 1 100111110 1100001 1001101

Color Harmonies of #FD8CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8CDC

Black with #FD8CDC

Text Example


Text Example

White with #FD8CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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