Html Css Color HEX #FD8FDD Pale Magenta

📋 copy color: '#FD8FDD'

red 253 ◦ green 143 ◦ blue 221

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

Shades of Pale Magenta #FD8FDD

Tints of Pale Magenta #FD8FDD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 23.18%

 BLUE value IS 221 (86.72% from 255) = 35.82%

R = 41%
G = 23.18%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FD8FDD (or 0xFD8FDD) is known color: Pale Magenta. HEX triplet: FD, 8F and DD. RGB value is (253,143,221). Sum of RGB (Red+Green+Blue) = 253+143+221=617 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.00% from 617); Green value is 143 (56.25% from 255 or 23.18% from 617); Blue value is 221 (86.72% from 255 or 35.82% from 617); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8FDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD8FDD is #027022. Grayscale: #B8B8B8. Windows color (decimal): -159779 or 14520317. OLE color: 14520317.

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

Color convert

RGB 253 143 221 -
CMYK 0 0.43 0.13 0.01
HSL 317.45º 0.96% 0.78% -
HSV(B) 317.45º 0.43% 0.99% -
XYZ 63.38 45.75 73.9 -
YUV 184.78 148.44 176.66 -
System Red Green Blue C M Y K H S L
Decimal 253 143 221 0 0.43 0.13 0.01 317.45 0.96 0.78
Hex FD 8F DD 0 2B D 1 13D 60 4E
Octal 375 217 335 0 53 15 1 475 140 116
Binary 11111101 10001111 11011101 0 101011 1101 1 100111101 1100000 1001110

Color Harmonies of #FD8FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8FDD

Black with #FD8FDD

Text Example


Text Example

White with #FD8FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8FDD; }

 p { color: rgb(253,143,221); }

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

background-color css

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

 a { background-color: rgb(253,143,221); }

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

border-color css

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

 span { border-color: rgb(253,143,221); }

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