Html Css Color HEX #FD68E2 Pale Magenta

📋 copy color: '#FD68E2'

red 253 ◦ green 104 ◦ blue 226

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

Shades of Pale Magenta #FD68E2

Tints of Pale Magenta #FD68E2

RGB

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

 GREEN value IS 104 (41.02% from 255) = 17.84%

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

R = 43.4%
G = 17.84%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FD68E2 (or 0xFD68E2) is known color: Pale Magenta. HEX triplet: FD, 68 and E2. RGB value is (253,104,226). Sum of RGB (Red+Green+Blue) = 253+104+226=583 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.40% from 583); Green value is 104 (41.02% from 255 or 17.84% from 583); Blue value is 226 (88.67% from 255 or 38.77% from 583); Max value from RGB is 253 - color contains mainly: red. Hex color #FD68E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD68E2 is #02971D. Grayscale: #A2A2A2. Windows color (decimal): -169758 or 14838013. OLE color: 14838013.

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

Color convert

RGB 253 104 226 -
CMYK 0 0.59 0.11 0.01
HSL 310.87º 0.97% 0.7% -
HSV(B) 310.87º 0.59% 0.99% -
XYZ 59.19 36.27 75.83 -
YUV 162.46 163.86 192.58 -
System Red Green Blue C M Y K H S L
Decimal 253 104 226 0 0.59 0.11 0.01 310.87 0.97 0.7
Hex FD 68 E2 0 3B B 1 137 61 46
Octal 375 150 342 0 73 13 1 467 141 106
Binary 11111101 1101000 11100010 0 111011 1011 1 100110111 1100001 1000110

Color Harmonies of #FD68E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD68E2

Black with #FD68E2

Text Example


Text Example

White with #FD68E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD68E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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