Html Css Color HEX #FD6CE2 Pale Magenta

📋 copy color: '#FD6CE2'

red 253 ◦ green 108 ◦ blue 226

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

Shades of Pale Magenta #FD6CE2

Tints of Pale Magenta #FD6CE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 38.5%

R = 43.1%
G = 18.4%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FD6CE2 (or 0xFD6CE2) is known color: Pale Magenta. HEX triplet: FD, 6C and E2. RGB value is (253,108,226). Sum of RGB (Red+Green+Blue) = 253+108+226=587 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.10% from 587); Green value is 108 (42.58% from 255 or 18.40% from 587); Blue value is 226 (88.67% from 255 or 38.50% from 587); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6CE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD6CE2 is #02931D. Grayscale: #A4A4A4. Windows color (decimal): -168734 or 14839037. OLE color: 14839037.

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

Color convert

RGB 253 108 226 -
CMYK 0 0.57 0.11 0.01
HSL 311.17º 0.97% 0.71% -
HSV(B) 311.17º 0.57% 0.99% -
XYZ 59.6 37.1 75.97 -
YUV 164.81 162.54 190.91 -
System Red Green Blue C M Y K H S L
Decimal 253 108 226 0 0.57 0.11 0.01 311.17 0.97 0.71
Hex FD 6C E2 0 39 B 1 137 61 47
Octal 375 154 342 0 71 13 1 467 141 107
Binary 11111101 1101100 11100010 0 111001 1011 1 100110111 1100001 1000111

Color Harmonies of #FD6CE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6CE2

Black with #FD6CE2

Text Example


Text Example

White with #FD6CE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6CE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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