Html Css Color HEX #FD8CDA Pale Magenta

📋 copy color: '#FD8CDA'

red 253 ◦ green 140 ◦ blue 218

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

Shades of Pale Magenta #FD8CDA

Tints of Pale Magenta #FD8CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.68%

R = 41.41%
G = 22.91%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FD8CDA (or 0xFD8CDA) is known color: Pale Magenta. HEX triplet: FD, 8C and DA. RGB value is (253,140,218). Sum of RGB (Red+Green+Blue) = 253+140+218=611 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.41% from 611); Green value is 140 (55.08% from 255 or 22.91% from 611); Blue value is 218 (85.55% from 255 or 35.68% from 611); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8CDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD8CDA is #027325. Grayscale: #B6B6B6. Windows color (decimal): -160550 or 14322941. OLE color: 14322941.

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

Color convert

RGB 253 140 218 -
CMYK 0 0.45 0.14 0.01
HSL 318.58º 0.97% 0.77% -
HSV(B) 318.58º 0.45% 0.99% -
XYZ 62.54 44.7 71.66 -
YUV 182.68 147.94 178.16 -
System Red Green Blue C M Y K H S L
Decimal 253 140 218 0 0.45 0.14 0.01 318.58 0.97 0.77
Hex FD 8C DA 0 2D E 1 13F 61 4D
Octal 375 214 332 0 55 16 1 477 141 115
Binary 11111101 10001100 11011010 0 101101 1110 1 100111111 1100001 1001101

Color Harmonies of #FD8CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8CDA

Black with #FD8CDA

Text Example


Text Example

White with #FD8CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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