Html Css Color HEX #FD8FDF Pale Magenta

📋 copy color: '#FD8FDF'

red 253 ◦ green 143 ◦ blue 223

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

Shades of Pale Magenta #FD8FDF

Tints of Pale Magenta #FD8FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.03%

R = 40.87%
G = 23.1%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FD8FDF (or 0xFD8FDF) is known color: Pale Magenta. HEX triplet: FD, 8F and DF. RGB value is (253,143,223). Sum of RGB (Red+Green+Blue) = 253+143+223=619 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.87% from 619); Green value is 143 (56.25% from 255 or 23.10% from 619); Blue value is 223 (87.5% from 255 or 36.03% from 619); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8FDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD8FDF is #027020. Grayscale: #B8B8B8. Windows color (decimal): -159777 or 14651389. OLE color: 14651389.

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

Color convert

RGB 253 143 223 -
CMYK 0 0.43 0.12 0.01
HSL 316.36º 0.96% 0.78% -
HSV(B) 316.36º 0.43% 0.99% -
XYZ 63.65 45.86 75.31 -
YUV 185.01 149.44 176.5 -
System Red Green Blue C M Y K H S L
Decimal 253 143 223 0 0.43 0.12 0.01 316.36 0.96 0.78
Hex FD 8F DF 0 2B C 1 13C 60 4E
Octal 375 217 337 0 53 14 1 474 140 116
Binary 11111101 10001111 11011111 0 101011 1100 1 100111100 1100000 1001110

Color Harmonies of #FD8FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8FDF

Black with #FD8FDF

Text Example


Text Example

White with #FD8FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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