Html Css Color HEX #FD6CDF Pale Magenta

📋 copy color: '#FD6CDF'

red 253 ◦ green 108 ◦ blue 223

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

Shades of Pale Magenta #FD6CDF

Tints of Pale Magenta #FD6CDF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 18.49%

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

R = 43.32%
G = 18.49%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FD6CDF (or 0xFD6CDF) is known color: Pale Magenta. HEX triplet: FD, 6C and DF. RGB value is (253,108,223). Sum of RGB (Red+Green+Blue) = 253+108+223=584 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.32% from 584); Green value is 108 (42.58% from 255 or 18.49% from 584); Blue value is 223 (87.5% from 255 or 38.18% from 584); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6CDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD6CDF is #029320. Grayscale: #A4A4A4. Windows color (decimal): -168737 or 14642429. OLE color: 14642429.

HSL color Cylindrical-coordinate representation of color #FD6CDF: hue angle of 312.41º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FD6CDF is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 108 223 -
CMYK 0 0.57 0.12 0.01
HSL 312.41º 0.97% 0.71% -
HSV(B) 312.41º 0.57% 0.99% -
XYZ 59.19 36.94 73.82 -
YUV 164.47 161.04 191.15 -
System Red Green Blue C M Y K H S L
Decimal 253 108 223 0 0.57 0.12 0.01 312.41 0.97 0.71
Hex FD 6C DF 0 39 C 1 138 61 47
Octal 375 154 337 0 71 14 1 470 141 107
Binary 11111101 1101100 11011111 0 111001 1100 1 100111000 1100001 1000111

Color Harmonies of #FD6CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6CDF

Black with #FD6CDF

Text Example


Text Example

White with #FD6CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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