Html Css Color HEX #FD6CDD Pale Magenta

📋 copy color: '#FD6CDD'

red 253 ◦ green 108 ◦ blue 221

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

Shades of Pale Magenta #FD6CDD

Tints of Pale Magenta #FD6CDD

RGB

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

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

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

R = 43.47%
G = 18.56%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FD6CDD (or 0xFD6CDD) is known color: Pale Magenta. HEX triplet: FD, 6C and DD. RGB value is (253,108,221). Sum of RGB (Red+Green+Blue) = 253+108+221=582 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.47% from 582); Green value is 108 (42.58% from 255 or 18.56% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6CDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD6CDD is #029322. Grayscale: #A3A3A3. Windows color (decimal): -168739 or 14511357. OLE color: 14511357.

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

Color convert

RGB 253 108 221 -
CMYK 0 0.57 0.13 0.01
HSL 313.24º 0.97% 0.71% -
HSV(B) 313.24º 0.57% 0.99% -
XYZ 58.92 36.83 72.41 -
YUV 164.24 160.04 191.31 -
System Red Green Blue C M Y K H S L
Decimal 253 108 221 0 0.57 0.13 0.01 313.24 0.97 0.71
Hex FD 6C DD 0 39 D 1 139 61 47
Octal 375 154 335 0 71 15 1 471 141 107
Binary 11111101 1101100 11011101 0 111001 1101 1 100111001 1100001 1000111

Color Harmonies of #FD6CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6CDD

Black with #FD6CDD

Text Example


Text Example

White with #FD6CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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