Html Css Color HEX #FD68DF Pale Magenta

📋 copy color: '#FD68DF'

red 253 ◦ green 104 ◦ blue 223

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

Shades of Pale Magenta #FD68DF

Tints of Pale Magenta #FD68DF

RGB

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

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

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

R = 43.62%
G = 17.93%
B = 38.45%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FD68DF (or 0xFD68DF) is known color: Pale Magenta. HEX triplet: FD, 68 and DF. RGB value is (253,104,223). Sum of RGB (Red+Green+Blue) = 253+104+223=580 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.62% from 580); Green value is 104 (41.02% from 255 or 17.93% from 580); Blue value is 223 (87.5% from 255 or 38.45% from 580); Max value from RGB is 253 - color contains mainly: red. Hex color #FD68DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD68DF is #029720. Grayscale: #A1A1A1. Windows color (decimal): -169761 or 14641405. OLE color: 14641405.

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

Color convert

RGB 253 104 223 -
CMYK 0 0.59 0.12 0.01
HSL 312.08º 0.97% 0.7% -
HSV(B) 312.08º 0.59% 0.99% -
XYZ 58.78 36.11 73.68 -
YUV 162.12 162.36 192.82 -
System Red Green Blue C M Y K H S L
Decimal 253 104 223 0 0.59 0.12 0.01 312.08 0.97 0.7
Hex FD 68 DF 0 3B C 1 138 61 46
Octal 375 150 337 0 73 14 1 470 141 106
Binary 11111101 1101000 11011111 0 111011 1100 1 100111000 1100001 1000110

Color Harmonies of #FD68DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD68DF

Black with #FD68DF

Text Example


Text Example

White with #FD68DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD68DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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