Html Css Color HEX #FC68DF Pale Magenta

📋 copy color: '#FC68DF'

red 252 ◦ green 104 ◦ blue 223

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

Shades of Pale Magenta #FC68DF

Tints of Pale Magenta #FC68DF

RGB

 RED value IS 252 (98.83% from 255) = 43.52%

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

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

R = 43.52%
G = 17.96%
B = 38.51%

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

#FC68DF (or 0xFC68DF) is known color: Pale Magenta. HEX triplet: FC, 68 and DF. RGB value is (252,104,223). Sum of RGB (Red+Green+Blue) = 252+104+223=579 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.52% from 579); Green value is 104 (41.02% from 255 or 17.96% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 252 - color contains mainly: red. Hex color #FC68DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC68DF is #039720. Grayscale: #A1A1A1. Windows color (decimal): -235297 or 14641404. OLE color: 14641404.

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

Color convert

RGB 252 104 223 -
CMYK 0 0.59 0.12 0.01
HSL 311.76º 0.96% 0.7% -
HSV(B) 311.76º 0.59% 0.99% -
XYZ 58.41 35.92 73.67 -
YUV 161.82 162.53 192.32 -
System Red Green Blue C M Y K H S L
Decimal 252 104 223 0 0.59 0.12 0.01 311.76 0.96 0.7
Hex FC 68 DF 0 3B C 1 138 60 46
Octal 374 150 337 0 73 14 1 470 140 106
Binary 11111100 1101000 11011111 0 111011 1100 1 100111000 1100000 1000110

Color Harmonies of #FC68DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC68DF

Black with #FC68DF

Text Example


Text Example

White with #FC68DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC68DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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